[meta-freescale] [PATCH 02/15] ls1012afrdm: use kernel-fitimage

chunrong.guo at nxp.com chunrong.guo at nxp.com
Wed Jul 11 02:35:23 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/ls1012afrdm.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/machine/ls1012afrdm.conf b/conf/machine/ls1012afrdm.conf
index 0a203f8..c0f0d35 100644
--- a/conf/machine/ls1012afrdm.conf
+++ b/conf/machine/ls1012afrdm.conf
@@ -10,10 +10,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
 require conf/machine/include/qoriq-arm64.inc
 require conf/machine/include/arm/arch-arm64.inc
 
-KERNEL_CLASSES  = " kernel-itbimage "
-KERNEL_IMAGETYPES = "itbImage"
+KERNEL_CLASSES  = " kernel-fitimage "
+KERNEL_IMAGETYPES = "fitImage"
 
-DTB_LOAD = "0x90000000"
+UBOOT_DTB_LOADADDRESS = "0x90000000"
 UBOOT_ENTRYPOINT = "0x80080000"
 
 UBOOT_CONFIG ??= "qspi"
-- 
2.7.4



More information about the meta-freescale mailing list