diff options
author | Daniel Golle <daniel@makrotopia.org> | 2023-08-31 19:20:49 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-09-04 23:00:35 +0100 |
commit | b2d264dc683e862c66da9b4e6e0359a4b4dccc98 (patch) | |
tree | f5df5b76eb136aab58aa5676c2babe05b18243ef /target/linux | |
parent | a2ffbc8d1604bf0e71962c76ec4e7feec5fda102 (diff) | |
download | upstream-b2d264dc683e862c66da9b4e6e0359a4b4dccc98.tar.gz upstream-b2d264dc683e862c66da9b4e6e0359a4b4dccc98.tar.bz2 upstream-b2d264dc683e862c66da9b4e6e0359a4b4dccc98.zip |
mediatek: mt7622: set DEVICE_DTC_ADDR for BPi-R64
Relocating the device tree is required for being apply to apply
device tree overylay at boot.
Fixes: 34bb33094a ("mediatek: use updated device tree overlay mechanism for BPi-R64")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit a8cbee8e2d11dd139c1dea1f7289bdf28b1e2b52)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/image/mt7622.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk index d40eb54cb7..53f5bd9d14 100644 --- a/target/linux/mediatek/image/mt7622.mk +++ b/target/linux/mediatek/image/mt7622.mk @@ -71,6 +71,7 @@ define Device/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 + DEVICE_DTS_LOADADDR := 0x43f00000 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 |