diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-06-19 13:04:42 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-06-19 13:04:42 +0000 |
commit | c41fbdc08a45fb5dc18458f9e5806a179cdfe367 (patch) | |
tree | 10d3359d598dd60d9f631d40f9ee19cf891a1ca0 /target/linux/at91-2.6/image/u-boot/ubclient | |
parent | 99a29e05d395e559b12bc99b331240b8d6f5963e (diff) | |
download | mtk-20170518-c41fbdc08a45fb5dc18458f9e5806a179cdfe367.zip mtk-20170518-c41fbdc08a45fb5dc18458f9e5806a179cdfe367.tar.gz mtk-20170518-c41fbdc08a45fb5dc18458f9e5806a179cdfe367.tar.bz2 |
Changed bootloader and partition parameters to ease virgin unit programming without SD-Flash card.
SVN-Revision: 7672
Diffstat (limited to 'target/linux/at91-2.6/image/u-boot/ubclient')
-rw-r--r-- | target/linux/at91-2.6/image/u-boot/ubclient/ubpar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91-2.6/image/u-boot/ubclient/ubpar.c b/target/linux/at91-2.6/image/u-boot/ubclient/ubpar.c index 3f6c070..7e8ea0e 100644 --- a/target/linux/at91-2.6/image/u-boot/ubclient/ubpar.c +++ b/target/linux/at91-2.6/image/u-boot/ubclient/ubpar.c @@ -48,7 +48,7 @@ static char *environment[] = { "stderr=serial\0" "fbargs=setenv bootargs root=/dev/mtdblock3 ro init=/etc/preinit console=/dev/ttyS0,115200,mem=32M\0" "rdba=setenv bootargs root=/dev/ram rw initrd=0x21200000,6000000 ramdisk_size=20000 init=/etc/preinit console=/dev/ttyS0,115200,mem=32M\0" - "rdram=run rdba; tftp 21000000 vImage; tftp 21200000 root.squashfs; bootm 21000000\0" + "rdram=run rdba; tftp 21000000 uImage; tftp 21200000 root.squashfs; bootm 21000000\0" "flash=run fbargs; bootm 0xc0042000\0" "bootargs=setenv bootargs root=/dev/mtdblock3 ro init=/etc/preinit console=/dev/ttyS0,115200,mem=32M\0" "bootcmd=bootm 0xc0042000\0" |