浏览代码

mvebu: Fix typo in MACCHIATOBin detection

The name in the device tree file is written with two C.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 6 年之前
父节点
当前提交
ae9d3a25c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/mvebu/base-files/lib/mvebu.sh

+ 1 - 1
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")