blob: 4d31ab4302af25e5a29376241c1e29e592233904 [file] [log] [blame]
#!/bin/sh
ethact eth1
if [ -f /env/ethaddrs ]; then
. /env/ethaddrs
fi
nor_parts="128k(uloader)ro,512k(loader0)ro,512k(loader1)ro,128k(env),2M(hnvram),6M(kernel0),6M(kernel1),-(norreserved0)"
nor_device="comcertoflash.0"
autoboot_timeout=2
if [ x${dev_mode} = x1 ] || [ x${recovery_mode} = x1 ]; then
bootargs="console=ttyS0,115200n8"
fi
if [ -f /env/config.local ]; then
. /env/config.local
fi