From: Nigel Kukard Date: Sat, 3 Jan 2009 15:03:16 +0000 (-0000) Subject: Fixed missing " X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98eefe7074bd385eb5b9f41de97e97587bf15d9d;p=buildroot.git Fixed missing " --- diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in index 7899806e71..a58542ba4f 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