[U-Boot] [PATCH] kconfig: remove DEFCONFIG_LIST

Masahiro Yamada yamada.m at jp.panasonic.com
Fri Aug 15 19:50:12 CEST 2014


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: Masahiro Yamada <yamada.m at jp.panasonic.com>
Cc: Michal Simek <michal.simek at xilinx.com>
---

 Kconfig | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Kconfig b/Kconfig
index 9e77a6e..1a38645 100644
--- a/Kconfig
+++ b/Kconfig
@@ -12,12 +12,6 @@ config KCONFIG_OBJDIR
 	string
 	option env="KCONFIG_OBJDIR"
 
-config DEFCONFIG_LIST
-	string
-	depends on !SPL_BUILD
-	option defconfig_list
-	default "configs/sandbox_defconfig"
-
 menu "General setup"
 
 config SPL_BUILD
-- 
1.9.1



More information about the U-Boot mailing list