Re: [U-Boot-Users] U-Boot booting from NAND

2008-07-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > > I ditched the entire reuse thing when I implemented nand boot for a > > > 5121e platform. 2k was to little space to try to force in the generic > > > files. just make a new start.S that do only the things it needs to. ... > It is based on the nand

Re: [U-Boot-Users] U-Boot booting from NAND

2008-06-16 Thread Kenneth Johansson
On Sat, 2008-06-14 at 23:50 +0200, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > I ditched the entire reuse thing when I implemented nand boot for a > > 5121e platform. 2k was to little space to try to force in the generic > > files. just make a new start.S that do only

Re: [U-Boot-Users] U-Boot booting from NAND

2008-06-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I ditched the entire reuse thing when I implemented nand boot for a > 5121e platform. 2k was to little space to try to force in the generic > files. just make a new start.S that do only the things it needs to. I seriously hope you based your code on

Re: [U-Boot-Users] U-Boot booting from NAND

2008-06-13 Thread Kenneth Johansson
On Fri, 2008-06-13 at 10:24 -0300, Alan Carvalho de Assis wrote: > Hi, > I am trying to port U-Boot to MX31PDK board, but I getting a problem > related to lowlevel initialization to boot from NAND flash memory. > > The problem is because cpu/arm1136/start.S waste so much space with > IRQ/FIQ hand

[U-Boot-Users] U-Boot booting from NAND

2008-06-13 Thread Alan Carvalho de Assis
Hi, I am trying to port U-Boot to MX31PDK board, but I getting a problem related to lowlevel initialization to boot from NAND flash memory. The problem is because cpu/arm1136/start.S waste so much space with IRQ/FIQ handling and stack initialization then lowlevel_init function is placed at 0x400 p