1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

arm: mvebu: clearfog: Use Pro DT by default

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>
This commit is contained in:
Joel Johnson
2020-03-23 14:21:40 -06:00
committed by Stefan Roese
parent c5936cc4f8
commit 27f48f7dc4

View File

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