Newer
Older
barebox / arch / arm / boards / a9m2410 / env / bin / update_kernel
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 23 Jul 2010 134 bytes move boards to arch/<architecure>/boards
#!/bin/sh

. /env/config

part=/dev/nand0.kernel.bb

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

. /env/bin/_update $image