diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-19 09:16:19 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-19 10:00:46 +0000 |
commit | c7293bcfcc9748bb1e1a46228aacf979f18a1812 (patch) | |
tree | ffeeeb7b98677de3e0cab7567b384ea6b447cb17 /target/linux/mediatek/image/mt7623.mk | |
parent | 5bab472a111c7dc255bd85546a271a8d31ccac1f (diff) | |
download | upstream-c7293bcfcc9748bb1e1a46228aacf979f18a1812.tar.gz upstream-c7293bcfcc9748bb1e1a46228aacf979f18a1812.tar.bz2 upstream-c7293bcfcc9748bb1e1a46228aacf979f18a1812.zip |
mediatek: move mt7623a-unielec-u7623*.dts* out of patch
Instead of adding those device tree sources using a patch, simply move
them to the newly created dts folder.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/image/mt7623.mk')
-rw-r--r-- | target/linux/mediatek/image/mt7623.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mediatek/image/mt7623.mk b/target/linux/mediatek/image/mt7623.mk index 72758ddbaa..56f67c0e89 100644 --- a/target/linux/mediatek/image/mt7623.mk +++ b/target/linux/mediatek/image/mt7623.mk @@ -63,6 +63,7 @@ define Device/unielec_u7623-emmc # When we use FIT images, U-Boot will populate the /memory node with the correct # memory size discovered from the preloader, so we don't need separate builds. DEVICE_DTS := mt7623a-unielec-u7623-02-emmc-512m + DEVICE_DTS_DIR := ../dts SUPPORTED_DEVICES := unielec,u7623-02-emmc-512m UBOOT_ENVSIZE := 0x1000 UBOOT_OFFSET := 256k @@ -83,6 +84,7 @@ define Device/unielec_u7623-02-emmc-512m-legacy DEVICE_MODEL := U7623-02 DEVICE_VARIANT := eMMC/512MiB RAM (legacy image) DEVICE_DTS := mt7623a-unielec-u7623-02-emmc-512m + DEVICE_DTS_DIR := ../dts KERNEL_NAME := zImage KERNEL := kernel-bin | append-dtb | uImage none KERNEL_INITRAMFS := kernel-bin | append-dtb | uImage none |