aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-12-09 00:27:40 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-12-29 22:17:00 -0500
commitfee26f6d5d68a8815b20c32d15dd70d5384eb937 (patch)
tree94eee37548180d1e74bd9dded1abe6be48daf47e
parent4e243b79b0002cd57cf894ddcfb8d4eb51078041 (diff)
powerpc: Remove unused REDBOOT Kconfig parameter
This removes the REDBOOT Kconfig parameter, which was no longer used anywhere in the source code and Makefiles. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--arch/powerpc/Kconfig3
-rw-r--r--arch/powerpc/platforms/83xx/Kconfig1
-rw-r--r--arch/powerpc/platforms/8xx/Kconfig1
3 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index ba4730b0e2a4..f0a893142cee 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -209,9 +209,6 @@ config DEFAULT_UIMAGE
209 Used to allow a board to specify it wants a uImage built by default 209 Used to allow a board to specify it wants a uImage built by default
210 default n 210 default n
211 211
212config REDBOOT
213 bool
214
215config ARCH_HIBERNATION_POSSIBLE 212config ARCH_HIBERNATION_POSSIBLE
216 bool 213 bool
217 default y 214 default y
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index 670a033264c0..2bdc8c862c46 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -99,7 +99,6 @@ config SBC834x
99config ASP834x 99config ASP834x
100 bool "Analogue & Micro ASP 834x" 100 bool "Analogue & Micro ASP 834x"
101 select PPC_MPC834x 101 select PPC_MPC834x
102 select REDBOOT
103 help 102 help
104 This enables support for the Analogue & Micro ASP 83xx 103 This enables support for the Analogue & Micro ASP 83xx
105 board. 104 board.
diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig
index 8dec3c0911ad..bd6f1a1cf922 100644
--- a/arch/powerpc/platforms/8xx/Kconfig
+++ b/arch/powerpc/platforms/8xx/Kconfig
@@ -45,7 +45,6 @@ config PPC_EP88XC
45config PPC_ADDER875 45config PPC_ADDER875
46 bool "Analogue & Micro Adder 875" 46 bool "Analogue & Micro Adder 875"
47 select CPM1 47 select CPM1
48 select REDBOOT
49 help 48 help
50 This enables support for the Analogue & Micro Adder 875 49 This enables support for the Analogue & Micro Adder 875
51 board. 50 board.