diff options
author | Tom Rini <trini@ti.com> | 2012-08-14 12:27:13 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-09-27 11:20:10 -0700 |
commit | 3f7f2414efecc4e738961767a411bd0143835377 (patch) | |
tree | 9fda836149a0db58f7cb6d5f1a8381c51bcd6e76 /include/configs/hawkboard.h | |
parent | d97b4ce8056ff01ca8f1a63a7c69fa5316d33830 (diff) |
ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
- Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs.
- Remove duplicated code.
- Add spl_boot_device() that returns the statically chosen boot device.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/hawkboard.h')
-rw-r--r-- | include/configs/hawkboard.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/hawkboard.h b/include/configs/hawkboard.h index 73ab4c8375c..9ea200a00c9 100644 --- a/include/configs/hawkboard.h +++ b/include/configs/hawkboard.h @@ -60,9 +60,10 @@ /* Spl */ #define CONFIG_SPL +#define CONFIG_SPL_FRAMEWORK +#define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_NAND_SUPPORT #define CONFIG_SPL_NAND_SIMPLE -#define CONFIG_SPL_NAND_LOAD #define CONFIG_SPL_LIBGENERIC_SUPPORT /* for udelay and __div64_32 for NAND */ #define CONFIG_SPL_SERIAL_SUPPORT #define CONFIG_SPL_LDSCRIPT "board/$(BOARDDIR)/u-boot-spl-hawk.lds" |