u-boot-brain/lib_ppc
Heiko Schocher 56844a22b7 powerpc: Fix bootm to boot up again with a Ramdisk
Commit 2a1a2cb6 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 Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
added to of_size, so we dont need anymore a dummy mem reservation.

I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
system (=0x44 bytes) and rounded it up to 0x80).

Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
2008-09-13 02:03:38 +02:00
..
bat_rw.c POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c 2008-08-11 23:52:49 +02:00
board.c rename CFG_ENV macros to CONFIG_ENV 2008-09-10 22:48:06 +02:00
bootm.c powerpc: Fix bootm to boot up again with a Ramdisk 2008-09-13 02:03:38 +02:00
cache.c ppc flush_cache: add watch-dog triggering into the loops. 2008-04-29 14:48:50 +02:00
extable.c [ppc440SPe] Graceful recovery from machine check during PCIe configuration 2007-08-02 08:25:27 +02:00
interrupts.c lib_ppc/interrupts.c: make board_show_activity() a weak function 2008-09-09 10:08:02 +02:00
kgdb.c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:19:50 -05:00
Makefile Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ppccache.S ppc: Refactor cache routines, so there is only one common set. 2008-02-14 22:00:41 +01:00
ppcstring.S Initial revision 2000-07-19 14:09:16 +00:00
ticks.S Initial revision 2001-11-26 22:06:16 +00:00
time.c NAND boot: MPC8313ERDB support 2008-08-12 11:31:31 -05:00