[U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Nicolas Luna
Hi guys, I'm using OMAP-L138 (ARM based) with NOR flash and I'll like to know in which file uboot copies kernel from NOR to RAM? Thanks Nicolas ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Nicolas Luna
2010 at 11:04 AM, Albert ARIBAUD wrote: > Le 23/08/2010 16:48, Nicolas Luna a écrit : > > Hi guys, > > > > I'm using OMAP-L138 (ARM based) with NOR flash and I'll like to know in > > which file uboot copies kernel from NOR to RAM? > > > > Thanks &g

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Nicolas Luna
Well I mean at the boot time not in uboot prompt. Regards, Nicolas On Mon, Aug 23, 2010 at 11:16 AM, Nishanth Menon wrote: > On Mon, Aug 23, 2010 at 10:14 AM, Nicolas Luna wrote: > > Ok > > > > I would like to improve the copy of linux kernel from NOR to RAM. I would &g

Re: [U-Boot] Kernel copy from NOR to RAM

2010-08-23 Thread Nicolas Luna
In fact I'm using OMAPL138 platform and I think that it is not UBL that is copying kernel under that platform. I have been able to find the kernel image relocation in cmd_bootm.c but that is not the inital copy. I added printf/puts into the code to find where exactly it happens and my last print