]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cpuat91: update defaut environement
authorEric Bénard <eric@eukrea.com>
Mon, 9 Aug 2010 09:50:46 +0000 (11:50 +0200)
committerReinhard Meyer <u-boot@emk-elektronik.de>
Fri, 20 Aug 2010 14:42:02 +0000 (16:42 +0200)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
include/configs/cpuat91.h

index b0127826b885c4cd2a2c3db560f5410b6b887fd2..9ef4523de427dbc124d1c09c5f8d9e957d7a0da4 100644 (file)
        "mtdparts=physmap-flash.0:"     \
                "128k(u-boot)ro,"       \
                "128k(u-boot-env),"     \
-               "1408k(kernel),"        \
+               "1792k(kernel),"        \
                "-(rootfs)"
 
 #define CONFIG_BOOTARGS                \
                "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;"         \