summaryrefslogtreecommitdiff
path: root/arch/xtensa/configs/nommu_kc705_defconfig
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2019-01-23 09:49:18 +0000
committerMax Filippov <jcmvbkbc@gmail.com>2019-01-26 02:02:16 -0800
commit687cffd3450911b1b7449fd6c30f598b35666b41 (patch)
tree482ba38d35acbbe77f7968e52f9099edf09df853 /arch/xtensa/configs/nommu_kc705_defconfig
parentad33cc805223614166c8f4081288f0b3c4b0862d (diff)
xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCE
When building some xtensa config, I hit the following warning: drivers/staging/mt7621-dts/Kconfig:4:warning: 'BUILTIN_DTB' has wrong type. 'select' only accept arguments of bool and tristate type It is due to some arch use BUILTIN_DTB as a flag for the need to builtin dtb but xtensa use it as a string for which dtb to bulltin. But for this (which dtb to build), it is better to use BUILTIN_DTB_SOURCE like other arch do. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/configs/nommu_kc705_defconfig')
-rw-r--r--arch/xtensa/configs/nommu_kc705_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/configs/nommu_kc705_defconfig b/arch/xtensa/configs/nommu_kc705_defconfig
index f3fc4f970ca8..933ab2adf434 100644
--- a/arch/xtensa/configs/nommu_kc705_defconfig
+++ b/arch/xtensa/configs/nommu_kc705_defconfig
@@ -39,7 +39,7 @@ CONFIG_XTENSA_PLATFORM_XTFPGA=y
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=256M@0x60000000"
CONFIG_USE_OF=y
-CONFIG_BUILTIN_DTB="kc705_nommu"
+CONFIG_BUILTIN_DTB_SOURCE="kc705_nommu"
CONFIG_BINFMT_FLAT=y
CONFIG_NET=y
CONFIG_PACKET=y