summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/boards/ipe337/env/bin/update_system
blob: 598fc10e81373a907350c910032e20194282c643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

. /env/config

image=$jffs2

alternate $ageing
ret=$?

if [ $ret = 0 ]; then
	echo "Error when accesing ageing-partition!"
	exit 1
elif [ $ret = 2 ]; then
	part=/dev/nor0.system0
else
	part=/dev/nor0.system1
fi

. /env/bin/_update $1