summaryrefslogtreecommitdiffstats
path: root/meta/classes/uboot-config.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/uboot-config.bbclass')
-rw-r--r--meta/classes/uboot-config.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/uboot-config.bbclass b/meta/classes/uboot-config.bbclass
index 31487c1418..3bba02828b 100644
--- a/meta/classes/uboot-config.bbclass
+++ b/meta/classes/uboot-config.bbclass
@@ -61,6 +61,7 @@ UBOOT_EXTLINUX_SYMLINK ?= "${UBOOT_EXTLINUX_CONF_NAME}-${MACHINE}-${PR}"
61 61
62# Options for the device tree compiler passed to mkimage '-D' feature: 62# Options for the device tree compiler passed to mkimage '-D' feature:
63UBOOT_MKIMAGE_DTCOPTS ??= "" 63UBOOT_MKIMAGE_DTCOPTS ??= ""
64SPL_MKIMAGE_DTCOPTS ??= ""
64 65
65# mkimage command 66# mkimage command
66UBOOT_MKIMAGE ?= "uboot-mkimage" 67UBOOT_MKIMAGE ?= "uboot-mkimage"
@@ -68,6 +69,7 @@ UBOOT_MKIMAGE_SIGN ?= "${UBOOT_MKIMAGE}"
68 69
69# Arguments passed to mkimage for signing 70# Arguments passed to mkimage for signing
70UBOOT_MKIMAGE_SIGN_ARGS ?= "" 71UBOOT_MKIMAGE_SIGN_ARGS ?= ""
72SPL_MKIMAGE_SIGN_ARGS ?= ""
71 73
72python () { 74python () {
73 ubootmachine = d.getVar("UBOOT_MACHINE") 75 ubootmachine = d.getVar("UBOOT_MACHINE")