mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
boot/uboot: remove Blackfin related code
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e2ea4157a9
commit
be37c03943
@ -202,10 +202,6 @@ config BR2_TARGET_UBOOT_FORMAT_KWB
|
|||||||
bool "u-boot.kwb (Marvell)"
|
bool "u-boot.kwb (Marvell)"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_FORMAT_LDR
|
|
||||||
bool "u-boot.ldr"
|
|
||||||
depends on BR2_bfin
|
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_FORMAT_ELF
|
config BR2_TARGET_UBOOT_FORMAT_ELF
|
||||||
bool "u-boot.elf"
|
bool "u-boot.elf"
|
||||||
|
|
||||||
|
@ -61,10 +61,6 @@ UBOOT_BINS += u-boot.ais
|
|||||||
UBOOT_MAKE_TARGET += u-boot.ais
|
UBOOT_MAKE_TARGET += u-boot.ais
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_TARGET_UBOOT_FORMAT_LDR),y)
|
|
||||||
UBOOT_BINS += u-boot.ldr
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_TARGET_UBOOT_FORMAT_NAND_BIN),y)
|
ifeq ($(BR2_TARGET_UBOOT_FORMAT_NAND_BIN),y)
|
||||||
UBOOT_BINS += u-boot-nand.bin
|
UBOOT_BINS += u-boot-nand.bin
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user