Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-10 Thread Heiko Schocher
Hello Kumar, Kumar Gala wrote: On Sep 8, 2008, at 9:10 AM, Wolfgang Denk wrote: Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: The reason we had the code before was to try and make sure the size of the fdt was as close to its final size as possible before we dealt with the

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-10 Thread Wolfgang Denk
Dear Heiko Schocher, In message [EMAIL PROTECTED] you wrote: [PATCH] powerpc: Fix bootm to boot up again with a Ramdisk Please omit this rom the commit message - it just duplicates the Subject line. Also, it's probably not [for 1.3.5] (which will never see the light of this virtuality) but

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-08 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: The reason we had the code before was to try and make sure the size of the fdt was as close to its final size as possible before we dealt with the ramdisk relocation (boot_ramdisk_high()) that included the properties and the

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-08 Thread Kumar Gala
On Sep 8, 2008, at 9:10 AM, Wolfgang Denk wrote: Dear Kumar Gala, In message 6E892604-9B2A-4338-8DF7- [EMAIL PROTECTED] you wrote: The reason we had the code before was to try and make sure the size of the fdt was as close to its final size as possible before we dealt with the

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-06 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: When we call fdt_chosen in bootm we get a dummy mem reserve added for the ramdisk location before its relocated. We need to delete that mem reserve before we call fdt_initrd() for the final fixup. There will be no such thing as a

[U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-05 Thread Kumar Gala
When we call fdt_chosen in bootm we get a dummy mem reserve added for the ramdisk location before its relocated. We need to delete that mem reserve before we call fdt_initrd() for the final fixup. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- lib_ppc/bootm.c | 16 +++- 1 files