mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
40aca036c8
Make enabling support for NOR (and describe where it's seen) be done via Kconfig. Signed-off-by: Tom Rini <trini@ti.com>
6 lines
124 B
Text
6 lines
124 B
Text
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="NAND"
|
|
CONFIG_CONS_INDEX=1
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_TARGET_AM335X_EVM=y
|
|
CONFIG_NOR=y
|