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

. /env/config

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

. /env/bin/_update $image