diff mbox series

[OpenWrt-Devel,1/2] mvebu: Fix typo in MACCHIATOBin detection

Message ID 20190321165700.24418-1-hauke.mehrtens@intel.com
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series [OpenWrt-Devel,1/2] mvebu: Fix typo in MACCHIATOBin detection | expand

Commit Message

Hauke Mehrtens March 21, 2019, 4:56 p.m. UTC
The name in the device tree file is written with two C.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
---
 target/linux/mvebu/base-files/lib/mvebu.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh
index 5a0d7b2..cfe880b 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")