summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/mioa701/env/bin/barebox_update
blob: 632c20926a36ee14b3bf4b733870ceffc7650dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Page+OOB specific partitions
addpart /dev/mtd0.raw 2162688@405504(barebox)

if [ -r /barebox.BIP0 ]; then
	dps1_unlock
	erase /dev/mtd0.raw.barebox
	cp -v /barebox.BIPO /dev/mtd0.raw.barebox
	dps1_unlock
fi