summaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 03:19:41 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 01:20:02 (GMT)
commit85fc970d74d09f33fcdcc649e73c5dc4f5334605 (patch)
tree4ba2865dc229971373e8482d990af28c9eea3838 /arch/m68k
parente73496d08e2dc60f3e00554c71b92f72cdebf0fd (diff)
downloadu-boot-fsl-qoriq-85fc970d74d09f33fcdcc649e73c5dc4f5334605.tar.xz
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_FLASH Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 26509b7..88e7d6a 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -10,6 +10,7 @@ config MCF520x
config MCF52x2
bool
+ imply ENV_IS_IN_FLASH
config MCF523x
bool
@@ -22,6 +23,7 @@ config MCF5301x
config MCF532x
bool
+ imply ENV_IS_IN_FLASH
config MCF537x
bool
@@ -37,6 +39,7 @@ config MCF5227x
config MCF547x_8x
bool
+ imply ENV_IS_IN_FLASH
# processor type
config M5208
@@ -70,6 +73,7 @@ config M5275
config M5282
bool
select MCF52x2
+ imply ENV_IS_IN_FLASH
config M5307
bool
@@ -107,10 +111,12 @@ config M52277
config M547x
bool
select MCF547x_8x
+ imply ENV_IS_IN_FLASH
config M548x
bool
select MCF547x_8x
+ imply ENV_IS_IN_FLASH
choice
prompt "Target select"
@@ -191,10 +197,12 @@ config TARGET_M54455EVB
config TARGET_M5475EVB
bool "Support M5475EVB"
select M547x
+ imply ENV_IS_IN_FLASH
config TARGET_M5485EVB
bool "Support M5485EVB"
select M548x
+ imply ENV_IS_IN_FLASH
config TARGET_AMCORE
bool "Support AMCORE"