[U-Boot] Fwd: SPL problems on u-boot

Hi,
I'am studying on u-boot, and i am trying to port it on s5pv210. I setup cross-compile on ubuntu12.10. After I complete the build environment. I try: *make distclean* *make smdkc100_config* *make all* and it works okay. But when i want to build the SPL, problem occurs. I hope you can help me to solve it, thanks!
problem see below.
1. first try...
Insert file "smdkc100.h" at Line 25
*#define CONFIG_SPL*
and then
*make distclean* *make smdkc100_config* *make all*
error: */u-boot-2014.01/arch/arm/lib/crt0.S:74: undefined reference to `board_init_f'*
2. second try...
Insert file "smdkc100.h" at Line 25
*#define CONFIG_SPL* *#define CONFIG_SPL_FRAMEWORK *
and then
*make distclean* *make smdkc100_config* *make all*
error: */u-boot-2014.01/arch/arm/include/asm/spl.h:11:26: fatal error: asm/arch/spl.h: No such file or directory*
participants (1)
-
Simon