realtek: normalize dts directory
There is no need to keep a version specific dts directory. Rename the folder to its standard location. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
This commit is contained in:
parent
ee64e7f202
commit
0b078f2ecf
59 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ define Device/Default
|
||||||
append-dtb | \
|
append-dtb | \
|
||||||
libdeflate-gzip | \
|
libdeflate-gzip | \
|
||||||
uImage gzip
|
uImage gzip
|
||||||
DEVICE_DTS_DIR := ../dts-$(KERNEL_PATCHVER)
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS = $$(SOC)_$(1)
|
DEVICE_DTS = $$(SOC)_$(1)
|
||||||
IMAGES := sysupgrade.bin
|
IMAGES := sysupgrade.bin
|
||||||
IMAGE/sysupgrade.bin := \
|
IMAGE/sysupgrade.bin := \
|
||||||
|
|
Loading…
Reference in a new issue