Skip to content
Snippets Groups Projects
Commit 27f48f7d authored by Joel Johnson's avatar Joel Johnson Committed by Stefan Roese
Browse files

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: default avatarJoel Johnson <mrjoel@lixil.net>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent c5936cc4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment