summaryrefslogtreecommitdiffstats
path: root/configs/mx31pdk_defconfig
diff options
context:
space:
mode:
authorMagnus Lilja <lilja.magnus@gmail.com>2018-05-11 14:06:54 +0200
committerStefano Babic <sbabic@denx.de>2018-05-17 12:02:24 +0200
commit3159ec64f5d19a123ed944295b4e974b2ee73b52 (patch)
tree71605551cf6582f6049689f66fdbf7c0abad291d /configs/mx31pdk_defconfig
parent51a42bea52c78bc797476e2b904df4572046a430 (diff)
downloadu-boot-3159ec64f5d19a123ed944295b4e974b2ee73b52.tar.gz
u-boot-3159ec64f5d19a123ed944295b4e974b2ee73b52.tar.xz
u-boot-3159ec64f5d19a123ed944295b4e974b2ee73b52.zip
mx31pdk: Convert CONFIG_MX31 flag to use Kconfig.
Move CONFIG_MX31 from mx31pdk.h to mx31pdk_defconfig and introduce necessary Kconfig changes as well. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mx31pdk_defconfig')
-rw-r--r--configs/mx31pdk_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/mx31pdk_defconfig b/configs/mx31pdk_defconfig
index 0f78a63762..037e250e96 100644
--- a/configs/mx31pdk_defconfig
+++ b/configs/mx31pdk_defconfig
@@ -1,9 +1,10 @@
CONFIG_ARM=y
# CONFIG_SPL_USE_ARCH_MEMCPY is not set
# CONFIG_SPL_USE_ARCH_MEMSET is not set
-CONFIG_TARGET_MX31PDK=y
+CONFIG_ARCH_MX31=y
CONFIG_SYS_TEXT_BASE=0x87e00000
CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_TARGET_MX31PDK=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_SPL=y