From: Chunrong Guo Date: Thu, 19 Oct 2017 08:31:31 +0000 (+0800) Subject: kernel-itbimage: add DTB_LOAD to set dtb load address X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9a969272cbeec42e37b3d7d9cc320e9996ef4434;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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() { type = "flat_dt"; arch = "${UBOOT_ARCH}"; compression = "none"; - load = <0x90000000>; + load = <${DTB_LOAD}>; hash@1 { algo = "${dtb_csum}"; };