diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-18 14:20:18 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-18 14:20:18 +0000 |
commit | 675b479c2f84b14aad70b1728fa690b2e400d7ea (patch) | |
tree | 1f69b58bcfc614e4d6b6d8801bd60e3b6db2bef6 /target/u-boot | |
parent | 6ce30eef5a16f62b262a86c5ca70571a2fb9bf24 (diff) |
Kconfig: remove 'default n' and 'default no' (see r22874)
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Diffstat (limited to 'target/u-boot')
-rw-r--r-- | target/u-boot/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in index d34355b53..981b1787b 100644 --- a/target/u-boot/Config.in +++ b/target/u-boot/Config.in @@ -360,5 +360,3 @@ config BR2_BOOTSOURCE default y if BR2_BOOTSOURCE_FLASH default y if BR2_BOOTSOURCE_SDCARD default y if BR2_BOOTSOURCE_EEPROM - default n - |