Commit 6be9344f authored by Alessandro Rubini's avatar Alessandro Rubini

Revert "barebox environment: install with mem=32M"

This reverts commit 352d0d93.
There is no need to do that, things work with full memory.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 0371a420
......@@ -14,8 +14,7 @@ memcmp -s /dev/mem -d /env/magicstr 0x717FFFF8 0x0 8
if [ $? -eq 0 ]; then
echo "Booting kernel for NAND flashing procedure"
dhcp 5
# It looks like our sam-ba setup, for installing, fails at mem=64M
bootargs="console=ttyS0,115200 panic=10 mem=32M"
bootargs="console=ttyS0,115200 panic=10 mem=64M"
bootargs="$bootargs initrd=0x71800000,4M"
bootargs="$bootargs root=/dev/ram0"
bootargs="$bootargs SERVERIP=$eth0.serverip WRS_INSTALLING=y"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment