projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5936cc
)
arm: mvebu: clearfog: Use Pro DT by default
author
Joel Johnson
<mrjoel@lixil.net>
Mon, 23 Mar 2020 20:21:40 +0000
(14:21 -0600)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/board/solidrun/clearfog/clearfog.c
b/board/solidrun/clearfog/clearfog.c
index 249ea46eb71456d7badd92d16f7710250c705b07..443751ba8fc08a2017c0b0ea612b38572e1af627 100644
(file)
--- a/
board/solidrun/clearfog/clearfog.c
+++ b/
board/solidrun/clearfog/clearfog.c
@@
-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;
}