mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08: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:
parent
c5936cc4f8
commit
27f48f7dc4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user