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 | |
| parent | 7372ca68227930d03cffa548310524cad5b96733 (diff) | |
| download | olio-uboot-2014.01-5a753f98c6a01bd1c61a9a3f95e8329a35f62994.tar.xz olio-uboot-2014.01-5a753f98c6a01bd1c61a9a3f95e8329a35f62994.zip | |
[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>
| -rw-r--r-- | include/configs/bamboo.h | 1 | ||||
| -rw-r--r-- | include/configs/bubinga.h | 1 | ||||
| -rw-r--r-- | include/configs/ebony.h | 1 | ||||
| -rw-r--r-- | include/configs/luan.h | 1 | ||||
| -rw-r--r-- | include/configs/ocotea.h | 1 | ||||
| -rw-r--r-- | include/configs/taishan.h | 1 | ||||
| -rw-r--r-- | include/configs/walnut.h | 1 | ||||
| -rw-r--r-- | include/configs/yucca.h | 1 | 
8 files changed, 8 insertions, 0 deletions
| diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 4961011b5..bcc736ceb 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -257,6 +257,7 @@  	"bootfile=/tftpboot/bamboo/uImage\0"				\  	"kernel_addr=fff00000\0"					\  	"ramdisk_addr=fff10000\0"					\ +	"initrd_high=30000000\0"					\  	"load=tftp 100000 /tftpboot/bamboo/u-boot.bin\0"		\  	"update=protect off fffa0000 ffffffff;era fffa0000 ffffffff;"	\  		"cp.b 100000 fffa0000 60000;"			        \ diff --git a/include/configs/bubinga.h b/include/configs/bubinga.h index a66cdc395..10c481431 100644 --- a/include/configs/bubinga.h +++ b/include/configs/bubinga.h @@ -106,6 +106,7 @@  	"bootfile=/tftpboot/bubinga/uImage\0"				\  	"kernel_addr=fff80000\0"					\  	"ramdisk_addr=fff90000\0"					\ +	"initrd_high=30000000\0"					\  	"load=tftp 100000 /tftpboot/bubinga/u-boot.bin\0"		\  	"update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"	\  		"cp.b 100000 fffc0000 40000;"			        \ diff --git a/include/configs/ebony.h b/include/configs/ebony.h index d8882ea31..6c4d7cc4f 100644 --- a/include/configs/ebony.h +++ b/include/configs/ebony.h @@ -177,6 +177,7 @@  	"bootfile=/tftpboot/ebony/uImage\0"				\  	"kernel_addr=ff800000\0"					\  	"ramdisk_addr=ff810000\0"					\ +	"initrd_high=30000000\0"					\  	"load=tftp 100000 /tftpboot/ebony/u-boot.bin\0"		        \  	"update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"	\  		"cp.b 100000 fffc0000 40000;"			        \ diff --git a/include/configs/luan.h b/include/configs/luan.h index 0350e91f0..5c9d208fe 100644 --- a/include/configs/luan.h +++ b/include/configs/luan.h @@ -178,6 +178,7 @@  	"bootfile=/tftpboot/luan/uImage\0"				\  	"kernel_addr=fc000000\0"					\  	"ramdisk_addr=fc100000\0"					\ +	"initrd_high=30000000\0"					\  	"load=tftp 100000 /tftpboot/luan/u-boot.bin\0"			\  	"update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"	\  		"cp.b 100000 fffc0000 40000;"			        \ 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;"			        \ diff --git a/include/configs/taishan.h b/include/configs/taishan.h index 7ace3971d..2b28f93a0 100644 --- a/include/configs/taishan.h +++ b/include/configs/taishan.h @@ -188,6 +188,7 @@  	"bootfile=/tftpboot/taishan/uImage\0"				\  	"kernel_addr=fc000000\0"					\  	"ramdisk_addr=fc180000\0"					\ +	"initrd_high=30000000\0"					\  	"load=tftp 100000 /tftpboot/taishan/u-boot.bin\0"		\  	"update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"	\  		"cp.b 100000 fffc0000 40000;"			        \ diff --git a/include/configs/walnut.h b/include/configs/walnut.h index 28abd6e15..b34dc71d2 100644 --- a/include/configs/walnut.h +++ b/include/configs/walnut.h @@ -68,6 +68,7 @@  	"bootfile=/tftpboot/walnut/uImage\0"				\  	"kernel_addr=fff80000\0"					\  	"ramdisk_addr=fff80000\0"					\ +	"initrd_high=30000000\0"					\  	"load=tftp 100000 /tftpboot/walnut/u-boot.bin\0"		\  	"update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"	\  		"cp.b 100000 fffc0000 40000;"				\ diff --git a/include/configs/yucca.h b/include/configs/yucca.h index a6532b5e8..6417ed891 100644 --- a/include/configs/yucca.h +++ b/include/configs/yucca.h @@ -178,6 +178,7 @@  	"bootfile=yucca/uImage\0"					\  	"kernel_addr=E7F10000\0"					\  	"ramdisk_addr=E7F20000\0"					\ +	"initrd_high=30000000\0"					\  	"load=tftp 100000 yuca/u-boot.bin\0"				\  	"update=protect off 2:4-7;era 2:4-7;"				\  		"cp.b ${fileaddr} FFFB0000 ${filesize};"		\ |