summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/a9m2410/env/bin/update_root
blob: 34139e5dce45d48b8535aa3b85869187b776a896 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. /env/config

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

. /env/bin/_update $image