summaryrefslogtreecommitdiffstats
path: root/boot/uboot/Config.in
diff options
context:
space:
mode:
authorLionel Flandrin <lionel@svkt.org>2017-02-13 14:59:33 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-05 22:25:49 +0100
commitfff0732af075a2318766f30c1c84a6405325a24e (patch)
treed7a7cd03ce9b34fd40e67a2b68b70ae7dfd64c1d /boot/uboot/Config.in
parent4f863d77a666f976a1096c9c9f979047d9995f94 (diff)
downloadbuildroot-fff0732af075a2318766f30c1c84a6405325a24e.tar.gz
buildroot-fff0732af075a2318766f30c1c84a6405325a24e.zip
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>
Diffstat (limited to 'boot/uboot/Config.in')
-rw-r--r--boot/uboot/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 4e629c0ef4..1aa2cb7b43 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -159,6 +159,9 @@ config BR2_TARGET_UBOOT_FORMAT_BIN
bool "u-boot.bin"
default y
+config BR2_TARGET_UBOOT_FORMAT_DTB_BIN
+ bool "u-boot-dtb.bin"
+
config BR2_TARGET_UBOOT_FORMAT_DTB_IMG
bool "u-boot-dtb.img"
OpenPOWER on IntegriCloud