aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2023-07-22 12:30:43 +0100
committerDaniel Golle <daniel@makrotopia.org>2023-07-22 18:54:03 +0100
commitb28d74090fa59c6ddf6e4ff21f8521bc0dec3766 (patch)
treeb349bf72ad642379feb8418c8210f79e74ada431 /target
parentb607cd30c7e861f37be293eeb454ddd18514ba50 (diff)
downloadupstream-b28d74090fa59c6ddf6e4ff21f8521bc0dec3766.tar.gz
upstream-b28d74090fa59c6ddf6e4ff21f8521bc0dec3766.tar.bz2
upstream-b28d74090fa59c6ddf6e4ff21f8521bc0dec3766.zip
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)
Diffstat (limited to 'target')
-rw-r--r--target/linux/mediatek/image/filogic.mk1
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