summaryrefslogtreecommitdiffstats
path: root/include/configs/BSC9131RDB.h
diff options
context:
space:
mode:
authorPriyanka Jain <Priyanka.Jain@freescale.com>2013-04-04 14:40:32 +0530
committerAndy Fleming <afleming@freescale.com>2013-06-20 16:09:08 -0500
commit1d2949aeb3a542ec0fd49c98b54fe5590d8ff238 (patch)
tree6bb99d42ca8c31803316bb181b87d61f6e67e964 /include/configs/BSC9131RDB.h
parent765b0bdb899d614d0455f19548901b79f2baa66c (diff)
downloadtalos-obmc-uboot-1d2949aeb3a542ec0fd49c98b54fe5590d8ff238.tar.gz
talos-obmc-uboot-1d2949aeb3a542ec0fd49c98b54fe5590d8ff238.zip
board/bsc9131rdb: Update default boot environment settings
BSC9131RDB has 1GB DDR. Out of this, only 880MB is passed on to Linux via bootm_size. Remaining -16MB is reserved for PowerPC-DSP shared control area -128MB is reserved for DSP private area. Also 256MB, out of this 880MB is required for data communication between PowerPC and DSP core. For this bootargs are modified to pass parameter to create 1 hugetlb page of 256MB via default_hugepagesz, hugepagesz and hugepages Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/BSC9131RDB.h')
-rw-r--r--include/configs/BSC9131RDB.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h
index 5462670c04..b5911c6945 100644
--- a/include/configs/BSC9131RDB.h
+++ b/include/configs/BSC9131RDB.h
@@ -442,7 +442,9 @@ extern unsigned long get_sdram_size(void);
"fdtfile=bsc9131rdb.dtb\0" \
"bdev=sda1\0" \
"hwconfig=usb1:dr_mode=host,phy_type=ulpi\0" \
- "othbootargs=ramdisk_size=600000 \0" \
+ "bootm_size=0x37000000\0" \
+ "othbootargs=ramdisk_size=600000 " \
+ "default_hugepagesz=256m hugepagesz=256m hugepages=1\0" \
"usbext2boot=setenv bootargs root=/dev/ram rw " \
"console=$consoledev,$baudrate $othbootargs; " \
"usb start;" \
OpenPOWER on IntegriCloud