Re: [U-Boot] [PATCH v3] powerpc: Fix bootm to boot up again with a Ramdisk

2008-09-12 Thread Wolfgang Denk
Dear Heiko Schocher, In message <[EMAIL PROTECTED]> you wrote: > Patch > http://git.denx.de/?p=u-boot.git;a=commitdiff;h=2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b#patch3 > > didnt remove the dummy mem reservation in fdt_chosen, and > this stopped Linux from booting with a Ramdisk. This patch > fix

Re: [U-Boot] [PATCH v3] powerpc: Fix bootm to boot up again with a Ramdisk

2008-09-12 Thread Kumar Gala
On Sep 11, 2008, at 1:11 AM, Heiko Schocher wrote: > Patch > http://git.denx.de/?p=u-boot.git;a=commitdiff;h=2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b#patch3 > > didnt remove the dummy mem reservation in fdt_chosen, and > this stopped Linux from booting with a Ramdisk. This patch > fixes this, by

[U-Boot] [PATCH v3] powerpc: Fix bootm to boot up again with a Ramdisk

2008-09-10 Thread Heiko Schocher
Patch http://git.denx.de/?p=u-boot.git;a=commitdiff;h=2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b#patch3 didnt remove the dummy mem reservation in fdt_chosen, and this stopped Linux from booting with a Ramdisk. This patch fixes this, by deleting the useless dummy mem reservation. When booting with a