summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-mx6-defaultenv/init/bootsource
blob: 852cfd7d961127358dd96943e0496ca55b5ce706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

if [ -n "$nv.boot.default" ]; then
	exit
fi

if [ $bootsource = mmc ]; then
	detect mmc$bootsource_instance
	global.boot.default="bootchooser net"
else
	global.boot.default="net bootchooser"
fi