[OpenWrt-Devel] [PATCH 1/2] mvebu: Fix typo in MACCHIATOBin detection
Hauke Mehrtens
hauke.mehrtens at intel.com
Thu Mar 21 12:56:59 EDT 2019
The name in the device tree file is written with two C.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens at intel.com>
---
target/linux/mvebu/base-files/lib/mvebu.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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")
--
2.10.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list