#!/bin/sh

. /env/config

part=/dev/nand0.kernel.bb

if [ x$1 = x ]; then
	image=$uimage
else
	image=$1
fi

. /env/bin/_update $image
