aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke.mehrtens@intel.com>2019-03-21 17:56:59 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-03-25 22:50:28 +0100
commitae9d3a25c2cb165912904dc8b57dbc5da24c61e1 (patch)
treea93a24cdfa5a9788aae4ffea7225dcabd1eb4a7e /target
parent6af639e0bf784f24991ff01ab5622768429b1394 (diff)
downloadupstream-ae9d3a25c2cb165912904dc8b57dbc5da24c61e1.tar.gz
upstream-ae9d3a25c2cb165912904dc8b57dbc5da24c61e1.tar.bz2
upstream-ae9d3a25c2cb165912904dc8b57dbc5da24c61e1.zip
mvebu: Fix typo in MACCHIATOBin detection
The name in the device tree file is written with two C. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/mvebu/base-files/lib/mvebu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh
index 5a0d7b2933..cfe880bb3c 100755
--- a/target/linux/mvebu/base-files/lib/mvebu.sh
+++ b/target/linux/mvebu/base-files/lib/mvebu.sh
@@ -23,7 +23,7 @@ mvebu_board_detect() {
*"Marvell Armada 3720 Development Board DB-88F3720-DDR3")
name="marvell,armada-3720-db"
;;
- *"Marvell 8040 MACHIATOBin")
+ *"Marvell 8040 MACCHIATOBin")
name="marvell,armada8040-mcbin"
;;
*"Marvell Armada 8040 DB board")