blob: 76d445baec270b7d07a3621a0184b9759cb6961b [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
bootargs="console=ttyS0,115200n8"
if [ -f /env/config.local ]; then
. /env/config.local
fi