diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-01-15 14:49:45 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-01-15 14:49:45 -0600 |
commit | 981a78978c78a1ed5ea258c9215f7057b1a07d3f (patch) | |
tree | e67e4901aeef4acbade51c1bf25a20873dd78375 /contrib | |
parent | 5d10cdb5b84871bba20f0f47ae77565ede84ee7f (diff) | |
download | meta-multitech-981a78978c78a1ed5ea258c9215f7057b1a07d3f.tar.gz meta-multitech-981a78978c78a1ed5ea258c9215f7057b1a07d3f.tar.bz2 meta-multitech-981a78978c78a1ed5ea258c9215f7057b1a07d3f.zip |
contrib/uboot-setenv-mtcdt.minicom: set bootargs to mem=256M
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/uboot-setenv-mtcdt.minicom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uboot-setenv-mtcdt.minicom b/contrib/uboot-setenv-mtcdt.minicom index 200a7a4..56fe8ad 100644 --- a/contrib/uboot-setenv-mtcdt.minicom +++ b/contrib/uboot-setenv-mtcdt.minicom @@ -1,5 +1,5 @@ print setting U-Boot variables... -send setenv bootargs \'mem=128M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2\' +send setenv bootargs \'mem=256M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2\' send setenv bootcmd \'nboot.jffs2 ${loadaddr} 0 ${kernel_addr} && bootm ${loadaddr}\' send setenv bootdelay 1 send setenv serverip 192.168.2.2 |