diff options
Diffstat (limited to 'target/linux/mvebu/image/armada-388-clearfog-pro.bootscript')
-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 |