[meta-freescale] [PATCH 04/10] kernel-itbimage: add DTB_LOAD to set dtb load address

Chunrong Guo B40290 at freescale.com
Thu Oct 19 01:31:31 PDT 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

*Dtb address will be not the same for arm64 and arm32

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 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 at 1 {
                                 algo = "${dtb_csum}";
                         };
-- 
1.9.0



More information about the meta-freescale mailing list