Skip to content
Snippets Groups Projects
Commit 2cd1ff84 authored by Adam Ford's avatar Adam Ford Committed by Tom Rini
Browse files

OMAP3_LOGIC: Setup defconfig to enable SPL and NAND booting


The defconfig patch will enable the the SPL and NAND settings.
The update to Kconfig will allow the SPL to configured in and
built.

Signed-off-by: default avatarDerald D. Woods <woods.technical@gmail.com>
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 49c7303f
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ config TARGET_OMAP3_LOGIC ...@@ -89,6 +89,7 @@ config TARGET_OMAP3_LOGIC
select DM select DM
select DM_SERIAL select DM_SERIAL
select DM_GPIO select DM_GPIO
select SUPPORT_SPL
config TARGET_NOKIA_RX51 config TARGET_NOKIA_RX51
bool "Nokia RX51" bool "Nokia RX51"
......
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_OMAP34XX=y CONFIG_OMAP34XX=y
CONFIG_TARGET_OMAP3_LOGIC=y CONFIG_TARGET_OMAP3_LOGIC=y
CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_SYS_PROMPT="OMAP Logic # " CONFIG_SYS_PROMPT="OMAP Logic # "
CONFIG_SYS_EXTRA_OPTIONS="NAND"
# CONFIG_CMD_IMI is not set # CONFIG_CMD_IMI is not set
# CONFIG_CMD_IMLS is not set # CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set # CONFIG_CMD_FLASH is not set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment