diff options
| author | Daniel Golle | 2023-07-22 11:30:43 +0000 |
|---|---|---|
| committer | Daniel Golle | 2023-07-22 17:54:03 +0000 |
| commit | b28d74090fa59c6ddf6e4ff21f8521bc0dec3766 (patch) | |
| tree | b349bf72ad642379feb8418c8210f79e74ada431 | |
| parent | b607cd30c7e861f37be293eeb454ddd18514ba50 (diff) | |
| download | openwrt-b28d74090fa59c6ddf6e4ff21f8521bc0dec3766.tar.gz | |
mediatek: filogic: set DEVICE_DTS_LOADADDR for BPi-R3
U-Boot complains that the overlayed DT needs relocation, so set
DEVICE_DTS_LOADADDR to have it relocated.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit b1d10e0174f71099016a7e6dcd27b65a77fd51b4)
| -rw-r--r-- | target/linux/mediatek/image/filogic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index 2ace305140..8d5caad113 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -98,6 +98,7 @@ define Device/bananapi_bpi-r3 DEVICE_DTS_CONFIG := config-mt7986a-bananapi-bpi-r3 DEVICE_DTS_OVERLAY:= mt7986a-bananapi-bpi-r3-emmc mt7986a-bananapi-bpi-r3-nand mt7986a-bananapi-bpi-r3-nor mt7986a-bananapi-bpi-r3-sd DEVICE_DTS_DIR := $(DTS_DIR)/ + DEVICE_DTS_LOADADDR := 0x43f00000 DEVICE_PACKAGES := kmod-hwmon-pwmfan kmod-i2c-gpio kmod-mt7986-firmware kmod-sfp kmod-usb3 e2fsprogs f2fsck mkf2fs mt7986-wo-firmware IMAGES := sysupgrade.itb KERNEL_LOADADDR := 0x44000000 |