summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource')
-rw-r--r--arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource b/arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource
index 76d1f9b3c2..3f2ff4bcc8 100644
--- a/arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource
+++ b/arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource
@@ -6,10 +6,10 @@ fi
if [ $bootsource = mmc ]; then
global.boot.default="mmc nand spi net"
-elif [ $boosource = nand ]; then
+elif [ $bootsource = nand ]; then
global.boot.default="nand spi mmc net"
-elif [ $boosource = spi ]; then
+elif [ $bootsource = spi ]; then
global.boot.default="spi nand mmc net"
-elif [ $boosource = net ]; then
+elif [ $bootsource = net ]; then
global.boot.default="net nand spi mmc"
fi