From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- target/u-boot/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/u-boot') diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in index a01457a47..815948524 100644 --- a/target/u-boot/Config.in +++ b/target/u-boot/Config.in @@ -1,7 +1,6 @@ config BR2_TARGET_UBOOT bool "Das U-Boot Boot Monitor" depends on !BR2_TARGET_AT91 - default n help Build "Das U-Boot" Boot Monitor @@ -66,7 +65,6 @@ config BR2_TARGET_UBOOT_ETH1ADDR config BR2_TARGET_UBOOT_SILENT bool "silent console" depends on BR2_TARGET_UBOOT - default n help If the option has been enabled, the output can be silenced by setting the environment variable "silent". -- cgit v1.2.3