Skip to content
Snippets Groups Projects
Commit f28c9708 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

kconfig: remove DEFCONFIG_LIST


CONFIG_DEFCONFIG_LIST specifies the default defconfig.
It is used by "make savedefconfig" when .config is missing.
But that's it.  I could not find other useful cases.

As a side effect, CONFIG_DEFCONFIG_LIST="configs/sandbox_defconfig"
is contained in .config of every target board, which some people
think is odd.  So, let's remove it.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Acked-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent bf52b8ae
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,6 @@ config KCONFIG_OBJDIR ...@@ -12,12 +12,6 @@ config KCONFIG_OBJDIR
string string
option env="KCONFIG_OBJDIR" option env="KCONFIG_OBJDIR"
config DEFCONFIG_LIST
string
depends on !SPL_BUILD
option defconfig_list
default "configs/sandbox_defconfig"
menu "General setup" menu "General setup"
config SPL_BUILD config SPL_BUILD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment