diff options
-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 |