summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Gumasta <Rajesh.Gumasta@freescale.com>2009-11-12 16:57:41 +0530
committerScott Sweeny <scott.sweeny@timesys.com>2010-11-10 14:52:24 -0500
commit1726656405e65bcb045cb4da6cffb789f8282376 (patch)
treeedda9ef834e949f44afdd29e07df3ebef87488d5
parente77b1675bbf133ecbb5f942054589ae8c1e7deac (diff)
P2020RDB: cache-sram-size support in env
Modified the default othbootargs to include the cache-sram-size parameter.This parameter is needed as the L2 as SRAM is ON by default in the P2020RDB kernel and used by the Gianfar driver. And also modified nandboot uImage and dts partition offsets. Signed-off-by: Rajesh Gumasta <Rajesh.Gumasta@freescale.com>
-rw-r--r--include/configs/P1_P2_RDB.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h
index ff9fb286e8..70d0d93cc9 100644
--- a/include/configs/P1_P2_RDB.h
+++ b/include/configs/P1_P2_RDB.h
@@ -657,13 +657,13 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
"norbootaddr=ef080000\0" \
"norfdtaddr=ef040000\0" \
"jffs2nand=mtdblock9\0" \
- "nandbootaddr=100000\0" \
- "nandfdtaddr=80000\0" \
+ "nandbootaddr=200000\0" \
+ "nandfdtaddr=100000\0" \
"nandimgsize=400000\0" \
- "nandfdtsize=80000\0" \
+ "nandfdtsize=100000\0" \
"usb_phy_type=ulpi\0" \
"vscfw_addr=ef000000\0" \
- "othbootargs=ramdisk_size=600000\0" \
+ "othbootargs=ramdisk_size=700000 cache-sram-size=0x10000\0" \
"usbfatboot=setenv bootargs root=/dev/ram rw " \
"console=$consoledev,$baudrate $othbootargs; " \
"usb start;" \