diff options
Diffstat (limited to 'boot/uboot/Config.in')
-rw-r--r-- | boot/uboot/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index dd49a2c23..f154bd123 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -85,6 +85,9 @@ choice config BR2_TARGET_UBOOT_FORMAT_BIN bool "u-boot.bin" +config BR2_TARGET_UBOOT_FORMAT_NAND_BIN + bool "u-boot-nand.bin" + config BR2_TARGET_UBOOT_FORMAT_KWB depends on BR2_arm bool "u-boot.kwb (Marvell)" |