diff options
author | Stefan Roese <sr@denx.de> | 2007-02-07 16:51:08 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-02-07 16:51:08 +0100 |
commit | 5a753f98c6a01bd1c61a9a3f95e8329a35f62994 (patch) | |
tree | ad5e1d8f6fc06f72860401b874736ebea3b01e8e /include/configs/ocotea.h | |
parent | 7372ca68227930d03cffa548310524cad5b96733 (diff) |
[PATCH] Update some AMCC 4xx board config files (set initrd_high)
Some boards that can have more than 768MBytes of SDRAM need to
set "initrd_high", so that the initrd can be accessed by the
Linux kernel.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/ocotea.h')
-rw-r--r-- | include/configs/ocotea.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h index 89e9164e036..0e3660ba2da 100644 --- a/include/configs/ocotea.h +++ b/include/configs/ocotea.h @@ -192,6 +192,7 @@ "bootfile=/tftpboot/ocotea/uImage\0" \ "kernel_addr=fff00000\0" \ "ramdisk_addr=fff10000\0" \ + "initrd_high=30000000\0" \ "load=tftp 100000 /tftpboot/ocotea/u-boot.bin\0" \ "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;" \ "cp.b 100000 fffc0000 40000;" \ |