summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-10-19 16:31:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-28 11:39:37 -0200
commit9a969272cbeec42e37b3d7d9cc320e9996ef4434 (patch)
treee4db0e6c820c4a418ee2a98ac0ca78f9d60dc42f /classes
parent95c0a4b993bc1ebad4cbfd655e57ad83e30e1d4d (diff)
downloadmeta-freescale-9a969272cbeec42e37b3d7d9cc320e9996ef4434.tar.gz
kernel-itbimage: add DTB_LOAD to set dtb load address
*Dtb address will be not the same for arm64 and arm32 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'classes')
-rw-r--r--classes/kernel-itbimage.bbclass2
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 };