mirror of https://github.com/hak5/openwrt.git
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>openwrt-18.06
parent
0a3e07b2f5
commit
093e6c69fb
|
@ -3,6 +3,10 @@
|
||||||
# This script assumes that there is a boot partition,
|
# This script assumes that there is a boot partition,
|
||||||
# and that the root partition is always the next one.
|
# 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
|
# rootfs is always on the next partition
|
||||||
setexpr openwrt_rootpart ${distro_bootpart} + 1
|
setexpr openwrt_rootpart ${distro_bootpart} + 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue