mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Teresa Gámez" <t.gamez@phytec.de>
To: barebox@lists.infradead.org
Subject: [PATCH] ARM: AM335x: Fix typo in Phytec boards
Date: Wed, 10 Dec 2014 13:01:26 +0100	[thread overview]
Message-ID: <1418212886-43770-1-git-send-email-t.gamez@phytec.de> (raw)

Has to be bootsource not boosource.

Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
---
 .../phytec-phycore-am335x/defaultenv-phycore-am335x/init/bootsource | 6 +++---
 .../phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource | 6 +++---
 arch/arm/dts/am335x-phytec-phycore-som-mlo.dts                      | 2 +-
 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 76d1f9b..3f2ff4b 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 76d1f9b..3f2ff4b 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 4117439..d8fceff 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.
  */
 
-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2014-12-10 12:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-10 12:01 Teresa Gámez [this message]
2014-12-11  7:05 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1418212886-43770-1-git-send-email-t.gamez@phytec.de \
    --to=t.gamez@phytec.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox