diff mbox series

[2/2] configs/s6lx9_microboard_defconfig: purge custom dts boolean

Message ID 20180313180006.5364-2-rafal.susz@gmail.com
State Accepted
Commit 5899a8326f0fd46283732f07dea888907b763919
Headers show
Series [1/2] package/linux: fix custom dts files handling | expand

Commit Message

Rafal Susz March 13, 2018, 6 p.m. UTC
Since custom dts files are unconditionally handled *KERNEL_USE_CUSTOM_DTS
is no longer available/needed.

Signed-off-by: Rafal Susz <rafal.susz@gmail.com>
---
 configs/s6lx9_microboard_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard March 31, 2018, 8:59 p.m. UTC | #1
>>>>> "Rafal" == Rafal Susz <rafal.susz@gmail.com> writes:

 > Since custom dts files are unconditionally handled *KERNEL_USE_CUSTOM_DTS
 > is no longer available/needed.

 > Signed-off-by: Rafal Susz <rafal.susz@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/configs/s6lx9_microboard_defconfig b/configs/s6lx9_microboard_defconfig
index f77c80ba87..97b2d3fe79 100644
--- a/configs/s6lx9_microboard_defconfig
+++ b/configs/s6lx9_microboard_defconfig
@@ -10,5 +10,4 @@  BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.7"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/avnet/s6lx9_microboard/lx9_mmu_defconfig"
-BR2_LINUX_KERNEL_USE_CUSTOM_DTS=y
 BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="board/avnet/s6lx9_microboard/lx9_mmu.dts"