From 9a969272cbeec42e37b3d7d9cc320e9996ef4434 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Thu, 19 Oct 2017 16:31:31 +0800 Subject: [PATCH] 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 --- classes/kernel-itbimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"; }; -- 2.40.1