summaryrefslogtreecommitdiffstats
path: root/configs/mx51evk_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-04-29 19:20:27 -0400
committerTom Rini <trini@konsulko.com>2017-04-30 10:29:38 -0400
commit29ec68588383e8382c6c274e2cb4dcdd150cce76 (patch)
tree93af85b7d8bc4674a437a2793bea40267c7cfa88 /configs/mx51evk_defconfig
parent1e6776000efba7027d85eedcd532ba8e78e0fb6e (diff)
downloadu-boot-29ec68588383e8382c6c274e2cb4dcdd150cce76.tar.gz
u-boot-29ec68588383e8382c6c274e2cb4dcdd150cce76.tar.xz
u-boot-29ec68588383e8382c6c274e2cb4dcdd150cce76.zip
arm: Re-sync ARCH_MX5 / MX51 / MX53 CONFIG options
A few boards had not been fully re-synced with CONFIG_ARCH_MX5 / CONFIG_MX51 / CONFIG_MX53 being in Kconfig. Do so now. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mx51evk_defconfig')
-rw-r--r--configs/mx51evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig
index 9ac4b65f62..b385009c53 100644
--- a/configs/mx51evk_defconfig
+++ b/configs/mx51evk_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_ARCH_MX5=y
CONFIG_TARGET_MX51EVK=y
CONFIG_VIDEO=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx51evk/imximage.cfg"