public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] kconfig: remove DEFCONFIG_LIST
@ 2014-08-15 17:50 Masahiro Yamada
  2014-08-19  6:51 ` Michal Simek
  2014-08-23 12:42 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2014-08-15 17:50 UTC (permalink / raw)
  To: u-boot

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@jp.panasonic.com>
Cc: Michal Simek <michal.simek@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] kconfig: remove DEFCONFIG_LIST
  2014-08-15 17:50 [U-Boot] [PATCH] kconfig: remove DEFCONFIG_LIST Masahiro Yamada
@ 2014-08-19  6:51 ` Michal Simek
  2014-08-23 12:42 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2014-08-19  6:51 UTC (permalink / raw)
  To: u-boot

On 08/15/2014 07:50 PM, Masahiro Yamada wrote:
> 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@jp.panasonic.com>
> Cc: Michal Simek <michal.simek@xilinx.com>
> ---

Great.

Acked-by: Michal Simek <michal.simek@xilinx.com>

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140819/67babdab/attachment.pgp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] kconfig: remove DEFCONFIG_LIST
  2014-08-15 17:50 [U-Boot] [PATCH] kconfig: remove DEFCONFIG_LIST Masahiro Yamada
  2014-08-19  6:51 ` Michal Simek
@ 2014-08-23 12:42 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-08-23 12:42 UTC (permalink / raw)
  To: u-boot

On Sat, Aug 16, 2014 at 02:50:12AM +0900, Masahiro Yamada wrote:

> 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@jp.panasonic.com>
> Cc: Michal Simek <michal.simek@xilinx.com>
> Acked-by: Michal Simek <michal.simek@xilinx.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140823/d8bd400e/attachment.pgp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-23 12:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 17:50 [U-Boot] [PATCH] kconfig: remove DEFCONFIG_LIST Masahiro Yamada
2014-08-19  6:51 ` Michal Simek
2014-08-23 12:42 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox