diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2009-01-03 15:03:16 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2009-01-03 15:03:16 +0000 |
commit | 98eefe7074bd385eb5b9f41de97e97587bf15d9d (patch) | |
tree | 7b7263fa2e0f55f359872e5a20f59196c3573359 /target/u-boot | |
parent | 910dc8cb07abd90bc20e762fa580a8608c414d4a (diff) | |
download | buildroot-novena-98eefe7074bd385eb5b9f41de97e97587bf15d9d.tar.gz buildroot-novena-98eefe7074bd385eb5b9f41de97e97587bf15d9d.zip |
Fixed missing "
Diffstat (limited to 'target/u-boot')
-rw-r--r-- | target/u-boot/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in index 7899806e7..a58542ba4 100644 --- a/target/u-boot/Config.in +++ b/target/u-boot/Config.in @@ -67,7 +67,7 @@ choice depends on BR2_BOOTSOURCE_DATAFLASHCARD config BR2_TARGET_UBOOT_BOOTSOURCE_DATAFLASH - bool "Boot from dataflash + bool "Boot from dataflash" depends on BR2_BOOTSOURCE_DATAFLASH config BR2_TARGET_UBOOT_BOOTSOURCE_NANDFLASH |