[openwrt/openwrt] mediatek: use DEVICE_DTC_FLAGS for BPi-R64

LEDE Commits lede-commits at lists.infradead.org
Fri Jun 9 11:24:05 PDT 2023


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/703a5519cbf38855f9d496479c5d385032f97839

commit 703a5519cbf38855f9d496479c5d385032f97839
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Jun 6 13:04:08 2023 +0100

    mediatek: use DEVICE_DTC_FLAGS for BPi-R64
    
    Make sure there is an extra 4kb of padding to apply device tree overlays
    on the BPi-R64.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
    (cherry picked from commit 7b536c4ec9f1a56a92dc5d96b7579cb514341dbf)
---
 target/linux/mediatek/image/mt7622.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk
index c02390100b..040ef957db 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -70,6 +70,7 @@ define Device/bananapi_bpi-r64
   DEVICE_DTS := mt7622-bananapi-bpi-r64
   DEVICE_DTS_OVERLAY := mt7622-bananapi-bpi-r64-pcie1 mt7622-bananapi-bpi-r64-sata
   DEVICE_PACKAGES := kmod-ata-ahci-mtk kmod-btmtkuart kmod-usb3 e2fsprogs mkf2fs f2fsck
+  DEVICE_DTC_FLAGS := --pad 4096
   ARTIFACTS := emmc-preloader.bin emmc-bl31-uboot.fip sdcard.img.gz snand-preloader.bin snand-bl31-uboot.fip
   IMAGES := sysupgrade.itb
   KERNEL_INITRAMFS_SUFFIX := -recovery.itb




More information about the lede-commits mailing list