]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: clearfog: Use Pro DT by default
authorJoel Johnson <mrjoel@lixil.net>
Mon, 23 Mar 2020 20:21:40 +0000 (14:21 -0600)
committerStefan Roese <sr@denx.de>
Tue, 14 Apr 2020 11:16:42 +0000 (13:16 +0200)
Switch to explicitly using the Pro variant DT, which has been
available since Linux 4.11.

Signed-off-by: Joel Johnson <mrjoel@lixil.net>
Reviewed-by: Stefan Roese <sr@denx.de>
board/solidrun/clearfog/clearfog.c

index 249ea46eb71456d7badd92d16f7710250c705b07..443751ba8fc08a2017c0b0ea612b38572e1af627 100644 (file)
@@ -246,7 +246,7 @@ int board_late_init(void)
        else if (IS_ENABLED(CONFIG_TARGET_CLEARFOG_BASE))
                env_set("fdtfile", "armada-388-clearfog-base.dtb");
        else
-               env_set("fdtfile", "armada-388-clearfog.dtb");
+               env_set("fdtfile", "armada-388-clearfog-pro.dtb");
 
        return 0;
 }