From: Hauke Mehrtens Date: Thu, 21 Mar 2019 16:56:59 +0000 (+0100) Subject: mvebu: Fix typo in MACCHIATOBin detection X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ae9d3a25c2cb165912904dc8b57dbc5da24c61e1;p=openwrt%2Fstaging%2Fthess.git mvebu: Fix typo in MACCHIATOBin detection The name in the device tree file is written with two C. Signed-off-by: Hauke Mehrtens --- 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")