diff options
author | Josua Mayer <josua.mayer97@gmail.com> | 2018-03-21 01:32:06 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-31 16:12:40 +0200 |
commit | 093e6c69fbc067c2e6e328950515d9ad82c92858 (patch) | |
tree | a4952f13d5151e04b58c3d29b62031256d36a396 /target | |
parent | 0a3e07b2f5a5a8b20da173663007cb1f4b8f3eb8 (diff) | |
download | upstream-093e6c69fbc067c2e6e328950515d9ad82c92858.tar.gz upstream-093e6c69fbc067c2e6e328950515d9ad82c92858.tar.bz2 upstream-093e6c69fbc067c2e6e328950515d9ad82c92858.zip |
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@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/image/armada-388-clearfog-pro.bootscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/mvebu/image/armada-388-clearfog-pro.bootscript b/target/linux/mvebu/image/armada-388-clearfog-pro.bootscript index 4cc206dbf3..99aa145858 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 |