summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2014-12-10 13:01:26 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-11 08:05:27 +0100
commitd15dceb2d03ffe541857e7543fe4a19fe58cf1e8 (patch)
tree28da0d75338f838639c8432610cc93fb43b3815c /arch/arm
parent5844f3c3c7a12d0b09a2cb26f8a3ac88b4408e37 (diff)
downloadbarebox-d15dceb2d03ffe541857e7543fe4a19fe58cf1e8.tar.gz
barebox-d15dceb2d03ffe541857e7543fe4a19fe58cf1e8.tar.xz
ARM: AM335x: Fix typo in Phytec boards
Has to be bootsource not boosource. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boards/phytec-phycore-am335x/defaultenv-phycore-am335x/init/bootsource6
-rw-r--r--arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource6
-rw-r--r--arch/arm/dts/am335x-phytec-phycore-som-mlo.dts2
3 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boards/phytec-phycore-am335x/defaultenv-phycore-am335x/init/bootsource b/arch/arm/boards/phytec-phycore-am335x/defaultenv-phycore-am335x/init/bootsource
index 76d1f9b3c2..3f2ff4bcc8 100644
--- a/arch/arm/boards/phytec-phycore-am335x/defaultenv-phycore-am335x/init/bootsource
+++ b/arch/arm/boards/phytec-phycore-am335x/defaultenv-phycore-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
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
diff --git a/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts b/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts
index 4117439c87..d8fceff6cb 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts
+++ b/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts
@@ -15,7 +15,7 @@
compatible = "phytec,phycore-am335x-som", "ti,am33xx";
};
-/* Keep all boosources disabled, we enable and register them
+/* Keep all bootsources disabled, we enable and register them
* later while booting.
*/