mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +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>
5 lines
109 B
Text
5 lines
109 B
Text
CONFIG_SYS_EXTRA_OPTIONS="NOR_BOOT"
|
|
CONFIG_CONS_INDEX=1
|
|
CONFIG_ARM=y
|
|
CONFIG_TARGET_AM335X_EVM=y
|
|
CONFIG_NOR=y
|