blob: c43a55785b7bcbdbffbe25b572ee693f59ee7057 [file] [log] [blame]
#!/bin/sh
. /env/config
part=/dev/nand0.kernel.bb
if [ x$1 = x ]; then
image=$uimage
else
image=$1
fi
. /env/bin/_update $image