[openwrt/openwrt] mvebu: clearfog-pro: set new DTB name in boot-script
LEDE Commits
lede-commits at lists.infradead.org
Sat Mar 31 07:33:08 PDT 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/093e6c69fbc067c2e6e328950515d9ad82c92858
commit 093e6c69fbc067c2e6e328950515d9ad82c92858
Author: Josua Mayer <josua.mayer97 at gmail.com>
AuthorDate: Wed Mar 21 01:32:06 2018 +0100
mvebu: clearfog-pro: set new DTB name in boot-script
The DTB for Clearfog Pro has been renamed in mainline. However U-Boot
hasn't picked up that change yet :(, so we need to hardcode it for now.
Signed-off-by: Josua Mayer <josua.mayer97 at gmail.com>
---
target/linux/mvebu/image/armada-388-clearfog-pro.bootscript | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/target/linux/mvebu/image/armada-388-clearfog-pro.bootscript b/target/linux/mvebu/image/armada-388-clearfog-pro.bootscript
index 4cc206d..99aa145 100644
--- a/target/linux/mvebu/image/armada-388-clearfog-pro.bootscript
+++ b/target/linux/mvebu/image/armada-388-clearfog-pro.bootscript
@@ -3,6 +3,10 @@
# This script assumes that there is a boot partition,
# and that the root partition is always the next one.
+# Override DeviceTree for Clearfog Pro
+# removed once U-Boot has been updated to the new name.
+setenv fdtfile armada-388-clearfog-pro.dtb
+
# rootfs is always on the next partition
setexpr openwrt_rootpart ${distro_bootpart} + 1
More information about the lede-commits
mailing list