
11 Dec
2014
11 Dec
'14
2:34 a.m.
On Thu, Dec 11, 2014 at 10:01:38AM +0900, Masahiro Yamada wrote:
If CONFIG_SPL_NOR_SUPPORT is defined, spl_nor_load_image() requires spl_start_uboot(), CONFIG_SYS_OS_BASE, CONFIG_SYS_SPL_ARGS_ADDR, CONFIG_SYS_FDT_BASE to be defined even if users just want to run U-Boot, not Linux. This is inconvenient.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
Good idea, but the function to check on U-Boot or Linux should be called spl_start_uboot to match the other load methods :)
--
Tom