]> Git Repo - u-boot.git/commit
kconfig: remove DEFCONFIG_LIST
authorMasahiro Yamada <[email protected]>
Fri, 15 Aug 2014 17:50:12 +0000 (02:50 +0900)
committerTom Rini <[email protected]>
Thu, 21 Aug 2014 16:01:29 +0000 (12:01 -0400)
commitf28c9708e35d8cc9c5a116dbe13ee9281affb097
tree03e49a7572368fd58ddd609eadbcffa8d8bc1e0b
parentbf52b8ae9f1ad89a0e0f4942cd312ea4acc43659
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: Masahiro Yamada <[email protected]>
Cc: Michal Simek <[email protected]>
Acked-by: Michal Simek <[email protected]>
Kconfig
This page took 0.031563 seconds and 4 git commands to generate.