commit | 3f7f2414efecc4e738961767a411bd0143835377 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Aug 14 12:27:13 2012 -0700 |
committer | Tom Rini <trini@ti.com> | Thu Sep 27 11:20:10 2012 -0700 |
tree | 9fda836149a0db58f7cb6d5f1a8381c51bcd6e76 | |
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>