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

. /env/config

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

. /env/bin/_update $image