summaryrefslogtreecommitdiffstats
path: root/include/configs/cpuat91.h
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-08-09 11:50:46 +0200
committerReinhard Meyer <u-boot@emk-elektronik.de>2010-08-20 16:42:02 +0200
commit0ca6c526f61fd07190cda3e8328e6ea4e35a8d81 (patch)
tree39e18dc6d99339ec8f5c6e20c76899f9180ed607 /include/configs/cpuat91.h
parentaf4b8b4bdb37f49eb0bdf969a64341a8c65ccafa (diff)
downloadtalos-obmc-uboot-0ca6c526f61fd07190cda3e8328e6ea4e35a8d81.tar.gz
talos-obmc-uboot-0ca6c526f61fd07190cda3e8328e6ea4e35a8d81.zip
cpuat91: update defaut environement
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'include/configs/cpuat91.h')
-rw-r--r--include/configs/cpuat91.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h
index b0127826b8..9ef4523de4 100644
--- a/include/configs/cpuat91.h
+++ b/include/configs/cpuat91.h
@@ -223,7 +223,7 @@
"mtdparts=physmap-flash.0:" \
"128k(u-boot)ro," \
"128k(u-boot-env)," \
- "1408k(kernel)," \
+ "1792k(kernel)," \
"-(rootfs)"
#define CONFIG_BOOTARGS \
@@ -238,11 +238,11 @@
"1001FFFF; erase 10000000 1001FFFF; cp.b 21000000 " \
"10000000 ${filesize}\0" \
"flui=tftp 21000000 cpuat91/uImage; protect off 10040000 " \
- "1019ffff; erase 10040000 1019ffff; cp.b 21000000 " \
+ "1019ffff; erase 10040000 101fffff; cp.b 21000000 " \
"10040000 ${filesize}\0" \
"flrfs=tftp 21000000 cpuat91/rootfs.jffs2; protect off " \
- "101a0000 10ffffff; erase 101a0000 10ffffff; cp.b " \
- "21000000 101A0000 ${filesize}\0" \
+ "10200000 10ffffff; erase 10200000 10ffffff; cp.b " \
+ "21000000 10200000 ${filesize}\0" \
"ramargs=setenv bootargs $(bootargs) $(mtdparts)\0" \
"flashboot=run ramargs;bootm 10040000\0" \
"netboot=run ramargs;tftpboot 21000000 cpuat91/uImage;" \
OpenPOWER on IntegriCloud