diff options
| author | Joel Johnson <[email protected]> | 2020-03-23 14:21:40 -0600 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2020-04-14 13:16:42 +0200 |
| commit | 27f48f7dc4f57d0109f6333eb5148d0e9c3dbd95 (patch) | |
| tree | 71fbfa39e6066a4912fe9e7098a80a4a645b2a56 | |
| parent | c5936cc4f8c36bc3deb0335a5f5b38c2bd3cea3c (diff) | |
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 <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
| -rw-r--r-- | board/solidrun/clearfog/clearfog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/solidrun/clearfog/clearfog.c b/board/solidrun/clearfog/clearfog.c index 249ea46eb71..443751ba8fc 100644 --- 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; } |
