blob: 3881b2ed0418e3e427758c106de86fb07e079d53 [file] [log] [blame]
#!/bin/sh
ethact eth0
if [ -f /env/ethaddrs ]; then
. /env/ethaddrs
fi
nor_parts="128k(uloader)ro,512k(loader0)ro,512k(loader1)ro,128k(env),2M(hnvram),5M(kernel0),5M(kernel1),25M(rootfs0),25M(rootfs1),-(norreserved0)"
nor_device="comcertoflash.0"
autoboot_timeout=2
bootargs="console=ttyS0,115200n8"
if [ -f /env/config.local ]; then
. /env/config.local
fi