mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
uboot: Add ELF target
adds ELF image option to uboot Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7c6a2995dd
commit
4d27205ab1
@ -98,6 +98,9 @@ config BR2_TARGET_UBOOT_FORMAT_LDR
|
|||||||
depends on BR2_bfin
|
depends on BR2_bfin
|
||||||
bool "u-boot.ldr"
|
bool "u-boot.ldr"
|
||||||
|
|
||||||
|
config BR2_TARGET_UBOOT_FORMAT_ELF
|
||||||
|
bool "u-boot.elf"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_OMAP_IFT
|
config BR2_TARGET_UBOOT_OMAP_IFT
|
||||||
|
@ -26,7 +26,9 @@ UBOOT_SITE = ftp://ftp.denx.de/pub/u-boot
|
|||||||
UBOOT_SOURCE = u-boot-$(UBOOT_VERSION).tar.bz2
|
UBOOT_SOURCE = u-boot-$(UBOOT_VERSION).tar.bz2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_TARGET_UBOOT_FORMAT_KWB),y)
|
ifeq ($(BR2_TARGET_UBOOT_FORMAT_ELF),y)
|
||||||
|
UBOOT_BIN = u-boot
|
||||||
|
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_KWB),y)
|
||||||
UBOOT_BIN = u-boot.kwb
|
UBOOT_BIN = u-boot.kwb
|
||||||
UBOOT_MAKE_TARGET = $(UBOOT_BIN)
|
UBOOT_MAKE_TARGET = $(UBOOT_BIN)
|
||||||
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_AIS),y)
|
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_AIS),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user