summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2021-12-28 18:11:04 +0000
committerYongqin Liu <yongqin.liu@linaro.org>2021-12-28 18:11:04 +0000
commit8bc4bdec975918674fe4563fdabe01199531ec56 (patch)
treee7bb757e1d45700bd5699cde94bd8d402b77b5a4
parent82d04d77b44d330a4736e08b9f4a7dcbc1ef1ea6 (diff)
downloadomap-modules-8bc4bdec975918674fe4563fdabe01199531ec56.tar.gz
Revert "build.config.x15: update to use the dts in external module"
This reverts commit 82d04d77b44d330a4736e08b9f4a7dcbc1ef1ea6. Reason for revert: as the support on the build repository was reverted here https://android-review.googlesource.com/c/kernel/build/+/1934597 Change-Id: Ifd4db758d7b89508dc072b56e80179f46dfee70f
-rw-r--r--build.config.x157
1 files changed, 2 insertions, 5 deletions
diff --git a/build.config.x15 b/build.config.x15
index c503afb..f9e0a70 100644
--- a/build.config.x15
+++ b/build.config.x15
@@ -16,13 +16,10 @@ POST_DEFCONFIG_CMDS="rm ${ROOT_DIR}/${KERNEL_DIR}/arch/arm/configs/${DEFCONFIG}"
EXT_MODULES="${LOCAL_DIR}"
ADDITIONAL_HOST_TOOLS="${ADDITIONAL_HOST_TOOLS} lzma"
-DTS_EXT_DIR="${EXT_MODULES}"
-DTC_INCLUDE=${ROOT_DIR}/${KERNEL_DIR}/arch/arm/boot/dts/
-
MAKE_GOALS="${MAKE_GOALS}
-dts/am57xx-beagle-x15-revc.dtb
+am57xx-beagle-x15-revc.dtb
"
FILES="${FILES}
-dts/am57xx-beagle-x15-revc.dtb
+arch/arm/boot/dts/am57xx-beagle-x15-revc.dtb
"