summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-10-26 13:24:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-29 09:54:24 +0100
commit5e6dda8c4dced3b227bef54c2a9a53a818fe87f4 (patch)
tree20e4e2473f450b0b666d2a27c3a7da33343e9b7b /platforms
parent30b680d3a34876903043cee3ef53fc3b55e9d851 (diff)
downloadptxdist-5e6dda8c4dced3b227bef54c2a9a53a818fe87f4.tar.gz
ptxdist-5e6dda8c4dced3b227bef54c2a9a53a818fe87f4.tar.xz
dtc: always use host-dtc
It's the upstream, so we can always get a recent enough version. And it provides more tools that will be needed to create fit images. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/dtc.in8
-rw-r--r--platforms/host-dtc.in3
-rw-r--r--platforms/kernel.in3
3 files changed, 2 insertions, 12 deletions
diff --git a/platforms/dtc.in b/platforms/dtc.in
index a1a8a2a8f..0f248e278 100644
--- a/platforms/dtc.in
+++ b/platforms/dtc.in
@@ -2,8 +2,7 @@
menuconfig DTC
bool
- select HOST_DTC if !DTC_KERNEL
- select KERNEL_DTC if DTC_KERNEL
+ select HOST_DTC
select KERNEL
prompt "Build device tree "
help
@@ -35,11 +34,6 @@ config DTC_OFTREE_DTS
is used as a search path for the device tree files specified
here. Multiple dts files can be specified, separated by spaces.
-config DTC_KERNEL
- bool
- default y
- prompt "use kernel dtc"
-
config DTC_EXTRA_ARGS
string "extra options passed to dtc"
diff --git a/platforms/host-dtc.in b/platforms/host-dtc.in
index 6cd69f6a0..9fb839a0d 100644
--- a/platforms/host-dtc.in
+++ b/platforms/host-dtc.in
@@ -1,8 +1,7 @@
## SECTION=devicetree
menuconfig HOST_DTC
- tristate "dtc (standalone) "
- depends on !KERNEL_DTC
+ tristate "dtc "
help
Select this if the HOST_DTC tool is required without
building a device tree. (It is also used for building
diff --git a/platforms/kernel.in b/platforms/kernel.in
index df83576df..220433c93 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -218,9 +218,6 @@ config KERNEL_IMAGE
default "Image" if KERNEL_IMAGE_RAW
default "simpleImage.${PTXCONF_KERNEL_IMAGE_SIMPLE_TARGET}.elf" if KERNEL_IMAGE_SIMPLE
-config KERNEL_DTC
- bool
-
config KERNEL_XZ
prompt "build xz-utils hosttool"
bool