From: Chunrong Guo <[email protected]> *Dtb address will be not the same for arm64 and arm32
Signed-off-by: Chunrong Guo <[email protected]> --- 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 5033d81..6658d91 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}"; }; -- 1.9.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
