Newer
Older
barebox / board / a9m2410 / env / bin / update_kernel
@Juergen Beisert Juergen Beisert on 1 Jul 2009 134 bytes Add the basic support for the DIGI a9m2410 CPU card.
#!/bin/sh

. /env/config

part=/dev/nand0.kernel.bb

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

. /env/bin/_update $image