[meta-freescale] [PATCH 06/15] ls1043ardb-32b: use kernel-fitimage

chunrong.guo at nxp.com chunrong.guo at nxp.com
Wed Jul 11 02:35:27 PDT 2018


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

*Inhert kernel-fitimage bbclass

*Update  KERNEL_IMAGETYPES

*UBOOT_DTB_LOADADDRESS instead of DTB_LOAD

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 conf/machine/ls1043ardb-32b.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf
index 0386a17..4e4d472 100644
--- a/conf/machine/ls1043ardb-32b.conf
+++ b/conf/machine/ls1043ardb-32b.conf
@@ -11,10 +11,10 @@ require conf/machine/include/arm/arch-arm64.inc
 
 DEFAULTTUNE = "armv7ahf-neon"
 
-KERNEL_CLASSES  = " kernel-itbimage "
-KERNEL_IMAGETYPES = "itbImage"
+KERNEL_CLASSES  = " kernel-fitimage "
+KERNEL_IMAGETYPES = "fitImage"
 
-DTB_LOAD = "0x9ffe0000"
+UBOOT_DTB_LOADADDRESS = "0x9ffe0000"
 UBOOT_ENTRYPOINT = "0x80008000"
 
 UBOOT_CONFIG ??= "nand sdcard nor"
-- 
2.7.4



More information about the meta-freescale mailing list