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

. /env/config

part=/dev/nand0.kernel.bb

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

. /env/bin/_update $image