summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-am335x-defaultenv/init/bootsource
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/barebox-am335x-defaultenv/init/bootsource')
-rw-r--r--configs/platform-v7a/barebox-am335x-defaultenv/init/bootsource4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-v7a/barebox-am335x-defaultenv/init/bootsource b/configs/platform-v7a/barebox-am335x-defaultenv/init/bootsource
index 72e71e0..b3b73e7 100644
--- a/configs/platform-v7a/barebox-am335x-defaultenv/init/bootsource
+++ b/configs/platform-v7a/barebox-am335x-defaultenv/init/bootsource
@@ -5,7 +5,7 @@ if [ -n "$nv.boot.default" ]; then
fi
if [ $bootsource = mmc ]; then
- global.boot.default="mmc$bootsource_instance net"
+ global.boot.default="bootchooser net"
else
- global.boot.default="net mmc0 mmc1"
+ global.boot.default="net bootchooser"
fi