diff options
Diffstat (limited to 'boot/u-boot/Config.in')
-rw-r--r-- | boot/u-boot/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in index 60aeb1a91..78c03ffb8 100644 --- a/boot/u-boot/Config.in +++ b/boot/u-boot/Config.in @@ -75,6 +75,10 @@ config BR2_TARGET_UBOOT_FORMAT_KWB depends on BR2_arm bool "u-boot.kwb (Marvell)" +config BR2_TARGET_UBOOT_FORMAT_LDR + depends on BR2_bfin + bool "u-boot.ldr" + endchoice config BR2_TARGET_UBOOT_TOOL_MKIMAGE |