diff options
Diffstat (limited to 'classes/kernel-itbimage.bbclass')
-rw-r--r-- | classes/kernel-itbimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/kernel-itbimage.bbclass b/classes/kernel-itbimage.bbclass index 5033d81b..6658d91f 100644 --- a/classes/kernel-itbimage.bbclass +++ b/classes/kernel-itbimage.bbclass | |||
@@ -135,7 +135,7 @@ fitimage_emit_section_dtb() { | |||
135 | type = "flat_dt"; | 135 | type = "flat_dt"; |
136 | arch = "${UBOOT_ARCH}"; | 136 | arch = "${UBOOT_ARCH}"; |
137 | compression = "none"; | 137 | compression = "none"; |
138 | load = <0x90000000>; | 138 | load = <${DTB_LOAD}>; |
139 | hash@1 { | 139 | hash@1 { |
140 | algo = "${dtb_csum}"; | 140 | algo = "${dtb_csum}"; |
141 | }; | 141 | }; |