diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-19 01:13:26 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-19 01:25:49 +0000 |
commit | e3b88490885ef228456d1be39e6e84679cfe4cfb (patch) | |
tree | 682381a3dca1f30bd057a804d88d518fa0ad3263 /target/linux/mediatek/image | |
parent | c067b1e79badf94d7a01fbb8737a8134879afd1a (diff) | |
download | upstream-e3b88490885ef228456d1be39e6e84679cfe4cfb.tar.gz upstream-e3b88490885ef228456d1be39e6e84679cfe4cfb.tar.bz2 upstream-e3b88490885ef228456d1be39e6e84679cfe4cfb.zip |
mediatek: more clean solution for out-of-tree DTS
Use approach suggested by Adrian Schmutzler instead of introducing
another device variable.
Also revert the unnecessary white-space changes accidentally introduced
by the previous commit.
Fixed: c067b1e79b ("mediatek: move out-of-tree DTS files to dedicated dts folder")
Suggested-by: Adrian Schmutzler <mail@adrianschmutzler.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/image')
-rw-r--r-- | target/linux/mediatek/image/mt7622.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk index e0a1ac7ba1..0298b78b59 100644 --- a/target/linux/mediatek/image/mt7622.mk +++ b/target/linux/mediatek/image/mt7622.mk @@ -1,4 +1,4 @@ -DTS_VENDOR := mediatek +DTS_DIR := $(DTS_DIR)/mediatek KERNEL_LOADADDR := 0x44080000 define Device/bpi_bananapi-r64 |