diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-11 15:29:38 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-11 15:29:38 (GMT) |
commit | 015c200b1f9ae9b986b8c02130fb8572d6d3970c (patch) | |
tree | 066fa28c279f45fcd20ed83af265099a2acaa6a6 /include/configs | |
parent | d10afb3916522801fb88c7ad9b6d82657be51567 (diff) | |
download | u-boot-fsl-qoriq-015c200b1f9ae9b986b8c02130fb8572d6d3970c.tar.xz |
Adapt TQM85xx ramdisk address to Linux kernel memory map
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/TQM85xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h index 780f274..2e64e11 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;" \ |