]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
boot/uboot: remove Blackfin related code
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 5 Apr 2018 19:50:19 +0000 (21:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 15 Apr 2018 20:04:28 +0000 (22:04 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/uboot/Config.in
boot/uboot/uboot.mk

index cef8ccd3cd0dae9d96981fe13fad732534a9ce80..b980745d1b899e9a195c583fb7f6275208064960 100644 (file)
@@ -202,10 +202,6 @@ config BR2_TARGET_UBOOT_FORMAT_KWB
        bool "u-boot.kwb (Marvell)"
        depends on BR2_arm
 
-config BR2_TARGET_UBOOT_FORMAT_LDR
-       bool "u-boot.ldr"
-       depends on BR2_bfin
-
 config BR2_TARGET_UBOOT_FORMAT_ELF
        bool "u-boot.elf"
 
index 24d3e4ef5485388616eedc25ba216fdb8ac631d6..03bd7ea743ede3ae00b257232a96867a2c182368 100644 (file)
@@ -61,10 +61,6 @@ UBOOT_BINS += u-boot.ais
 UBOOT_MAKE_TARGET += u-boot.ais
 endif
 
-ifeq ($(BR2_TARGET_UBOOT_FORMAT_LDR),y)
-UBOOT_BINS += u-boot.ldr
-endif
-
 ifeq ($(BR2_TARGET_UBOOT_FORMAT_NAND_BIN),y)
 UBOOT_BINS += u-boot-nand.bin
 endif