diff options
author | Marek Vasut <marex@denx.de> | 2014-11-13 11:06:21 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-13 09:30:03 -0500 |
commit | bdf1638a757cfdebb033fb447101108d6cbc4e79 (patch) | |
tree | c8942239e436faa8d91786e60efb97821c733cee | |
parent | a03d5c114a5e4a0bd696b0135a65746eb46c84f4 (diff) | |
download | u-boot-imx-bdf1638a757cfdebb033fb447101108d6cbc4e79.zip u-boot-imx-bdf1638a757cfdebb033fb447101108d6cbc4e79.tar.gz u-boot-imx-bdf1638a757cfdebb033fb447101108d6cbc4e79.tar.bz2 |
arm: mx6: Fix missing Kconfig option for Novena
Add two missing Kconfig options for Novena and drop the SPL
from the Novena config.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Sean Cross <xobs@kosagi.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | configs/novena_defconfig | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7e26744..3955978 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -633,6 +633,7 @@ config TARGET_HUMMINGBOARD config TARGET_KOSAGI_NOVENA bool "Support Kosagi Novena" select CPU_V7 + select SUPPORT_SPL config TARGET_TQMA6 bool "TQ Systems TQMa6 board" diff --git a/configs/novena_defconfig b/configs/novena_defconfig index a560afb..cadf461 100644 --- a/configs/novena_defconfig +++ b/configs/novena_defconfig @@ -1,4 +1,4 @@ CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/kosagi/novena/setup.cfg,MX6Q,SPL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/kosagi/novena/setup.cfg,MX6Q" +S:CONFIG_ARM=y +S:CONFIG_TARGET_KOSAGI_NOVENA=y |