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

. /env/config

part=/dev/nand0.root.bb

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

. /env/bin/_update $image