diff options
Diffstat (limited to 'boot/uboot/Config.in')
-rw-r--r-- | boot/uboot/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index f5806e7de0..2e37856d56 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -101,6 +101,10 @@ config BR2_TARGET_UBOOT_FORMAT_LDR config BR2_TARGET_UBOOT_FORMAT_ELF bool "u-boot.elf" +config BR2_TARGET_UBOOT_FORMAT_SB + depends on BR2_arm + bool "u-boot.sb" + config BR2_TARGET_UBOOT_FORMAT_CUSTOM bool "Custom (specify below)" help |