mvebu: Fix typo in MACCHIATOBin detection
authorHauke Mehrtens <hauke.mehrtens@intel.com>
Thu, 21 Mar 2019 16:56:59 +0000 (17:56 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 25 Mar 2019 21:50:28 +0000 (22:50 +0100)
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

index 5a0d7b2933895f44487cc8b8a42cf5f99b883506..cfe880bb3cfcfb5f5793772e319fea3dfee58c68 100755 (executable)
@@ -23,7 +23,7 @@ mvebu_board_detect() {
        *"Marvell Armada 3720 Development Board DB-88F3720-DDR3")
                name="marvell,armada-3720-db"
                ;;
        *"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")
                name="marvell,armada8040-mcbin"
                ;;
        *"Marvell Armada 8040 DB board")