mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
a03d5c114a
commit
bdf1638a75
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue