From 5a753f98c6a01bd1c61a9a3f95e8329a35f62994 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 7 Feb 2007 16:51:08 +0100 Subject: [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 --- include/configs/ocotea.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/ocotea.h') diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h index 89e9164e0..0e3660ba2 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;" \ -- cgit v1.2.3