mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
u-boot: add an option to generate u-boot-dtb.bin
Signed-off-by: Lionel Flandrin <lionel@svkt.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4f863d77a6
commit
fff0732af0
@ -159,6 +159,9 @@ config BR2_TARGET_UBOOT_FORMAT_BIN
|
|||||||
bool "u-boot.bin"
|
bool "u-boot.bin"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config BR2_TARGET_UBOOT_FORMAT_DTB_BIN
|
||||||
|
bool "u-boot-dtb.bin"
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_FORMAT_DTB_IMG
|
config BR2_TARGET_UBOOT_FORMAT_DTB_IMG
|
||||||
bool "u-boot-dtb.img"
|
bool "u-boot-dtb.img"
|
||||||
|
|
||||||
|
@ -74,6 +74,11 @@ UBOOT_BINS += u-boot-dtb.img
|
|||||||
UBOOT_MAKE_TARGET += u-boot-dtb.img
|
UBOOT_MAKE_TARGET += u-boot-dtb.img
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_TARGET_UBOOT_FORMAT_DTB_BIN),y)
|
||||||
|
UBOOT_BINS += u-boot-dtb.bin
|
||||||
|
UBOOT_MAKE_TARGET += u-boot-dtb.bin
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_TARGET_UBOOT_FORMAT_IMG),y)
|
ifeq ($(BR2_TARGET_UBOOT_FORMAT_IMG),y)
|
||||||
UBOOT_BINS += u-boot.img
|
UBOOT_BINS += u-boot.img
|
||||||
UBOOT_MAKE_TARGET += u-boot.img
|
UBOOT_MAKE_TARGET += u-boot.img
|
||||||
|
Loading…
x
Reference in New Issue
Block a user