From: Wolfgang Denk Date: Fri, 11 Aug 2006 15:29:38 +0000 (+0200) Subject: Adapt TQM85xx ramdisk address to Linux kernel memory map X-Git-Tag: U-Boot-1_1_5~64 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=015c200b1f9ae9b986b8c02130fb8572d6d3970c;p=u-boot Adapt TQM85xx ramdisk address to Linux kernel memory map --- diff --git a/CHANGELOG b/CHANGELOG index a586c7736e..2a8519135e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Adapt TQM85xx ramdisk address to Linux kernel memory map + * Add initial support for PCI-Express on PPC440SPe (Yucca board). * Fix compiler warning for TRAB board. diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h index 780f27433e..2e64e11cdb 100644 --- a/include/configs/TQM85xx.h +++ b/include/configs/TQM85xx.h @@ -449,7 +449,7 @@ "run nfsargs addip addcons;bootm\0" \ "rootpath=/opt/eldk/ppc_85xx\0" \ "kernel_addr=FE000000\0" \ - "ramdisk_addr=FE100000\0" \ + "ramdisk_addr=FE180000\0" \ "load=tftp 100000 /tftpboot/$hostname/u-boot.bin\0" \ "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;" \ "cp.b 100000 fffc0000 40000;" \