All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] problem on SPL build
@ 2014-03-19  3:29 Simon
  2014-03-19  6:25 ` hua dillon
  0 siblings, 1 reply; 4+ messages in thread
From: Simon @ 2014-03-19  3:29 UTC (permalink / raw)
  To: u-boot

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
make distclean
make smdkc100_config
make all
but get error:
/u-boot-2014.01/arch/arm/lib/crt0.S:74: undefined reference to
`board_init_f'

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] problem on SPL build
  2014-03-19  3:29 [U-Boot] problem on SPL build Simon
@ 2014-03-19  6:25 ` hua dillon
  2014-03-19 10:17   ` Minkyu Kang
  0 siblings, 1 reply; 4+ messages in thread
From: hua dillon @ 2014-03-19  6:25 UTC (permalink / raw)
  To: u-boot

you can use board_init_f from arch/arm/lib/spl.c in SPL


2014-03-19 11:29 GMT+08:00 Simon <shuminchen86@gmail.com>:

> 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
> make distclean
> make smdkc100_config
> make all
> but get error:
> /u-boot-2014.01/arch/arm/lib/crt0.S:74: undefined reference to
> `board_init_f'
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] problem on SPL build
  2014-03-19  6:25 ` hua dillon
@ 2014-03-19 10:17   ` Minkyu Kang
  2014-03-20  0:55     ` Simon
  0 siblings, 1 reply; 4+ messages in thread
From: Minkyu Kang @ 2014-03-19 10:17 UTC (permalink / raw)
  To: u-boot

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 <shuminchen86@gmail.com>:
> 
>> 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
>> make distclean
>> make smdkc100_config
>> make all
>> but get error:
>> /u-boot-2014.01/arch/arm/lib/crt0.S:74: undefined reference to
>> `board_init_f'
>>

SPL is not supported at smdkc100.
You can contribute on this.
Patches always welcome.

Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] problem on SPL build
  2014-03-19 10:17   ` Minkyu Kang
@ 2014-03-20  0:55     ` Simon
  0 siblings, 0 replies; 4+ messages in thread
From: Simon @ 2014-03-20  0:55 UTC (permalink / raw)
  To: u-boot

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 <mk7.kang@samsung.com>:

> On 19/03/14 15:25, hua dillon wrote:
> > you can use board_init_f from arch/arm/lib/spl.c in SPL
> >
> >
>
>
> SPL is not supported at smdkc100.
> You can contribute on this.
> Patches always welcome.
>
> Thanks,
> Minkyu Kang.
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-20  0:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-19  3:29 [U-Boot] problem on SPL build Simon
2014-03-19  6:25 ` hua dillon
2014-03-19 10:17   ` Minkyu Kang
2014-03-20  0:55     ` Simon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.