Re: [U-Boot] problem on SPL build

2014-03-19 Thread Simon
Hi Minkyu, I want to try to support SPL at smdkc100, but I just a newer to u-boot and linux. I am afraid that it's a difficult job to me. Still, I will try. If you could contribute this, It will be a wonderful job. Best regards, Simon 2014-03-19 18:17 GMT+08:00 Minkyu Kang : > On 19/03/14 15:25

Re: [U-Boot] problem on SPL build

2014-03-19 Thread Minkyu Kang
On 19/03/14 15:25, hua dillon wrote: > you can use board_init_f from arch/arm/lib/spl.c in SPL > > > 2014-03-19 11:29 GMT+08:00 Simon : > >> Hi, >> >> I'am studying on u-boot, and i am trying to port it on smdkc100. I setup >> cross-compile on ubuntu12.04 and build the u-boot, it works okay. >>

Re: [U-Boot] problem on SPL build

2014-03-18 Thread hua dillon
you can use board_init_f from arch/arm/lib/spl.c in SPL 2014-03-19 11:29 GMT+08:00 Simon : > Hi, > > I'am studying on u-boot, and i am trying to port it on smdkc100. I setup > cross-compile on ubuntu12.04 and build the u-boot, it works okay. > But i have a problem on SPL build. > > I hope you ca

[U-Boot] problem on SPL build

2014-03-18 Thread Simon
Hi, I'am studying on u-boot, and i am trying to port it on smdkc100. I setup cross-compile on ubuntu12.04 and build the u-boot, it works okay. But i have a problem on SPL build. I hope you can help me to solve it, thanks! problem: insert file "smdkc100.h" at Line 25 #define CONFIG_SPL and then