[U-Boot] Ramdisk - allocation error

2010-09-23 Thread Ronny D
Hi,   I am using ppc440 based customised board. While running the u-boot linux kernel uncompressed successfully but ramdisk end-up with following error: ERROR: Failed to allocate 0x80 bytes below 0x. ramdisk - allocation error   Regards, Ronny D. 

Re: [U-Boot] Ramdisk - allocation error

2010-09-23 Thread Wolfgang Denk
Dear Ronny D, In message 799862.6988...@web46115.mail.sp1.yahoo.com you wrote: I am using ppc440 based customised board. Which exact version of U-Boot are you running? And which board configuration is this? Is this mainline code, or some out-of-tree port? While running the u-boot linux

Re: [U-Boot] Ramdisk - allocation error

2010-09-23 Thread Ronny D
I am using u-boot 2009.08 version.   Issue has been resolved. Problem: I am using Dma to initialize DDR and minidma required cache bit enable for DDR, because of cache enabled I was getting lmb-memory.region[i].size = 0 and end-up with an error ramdisk - allocation error Solution: I have