diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-11 17:35:35 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 17:41:32 -0300 |
commit | 859fa795c1813787b4656ff6dc638257a6355d0e (patch) | |
tree | 0871a64ccd0983629b5dbfec9215bcba6765d6f3 | |
parent | e4a83b93b68918cfeb338a6d4cf5cdbad65aba8a (diff) | |
download | meta-freescale-859fa795c1813787b4656ff6dc638257a6355d0e.tar.gz |
ls2088ardb: use kernel-fitimage
*Inhert kernel-fitimage bbclass
*Update KERNEL_IMAGETYPES
*UBOOT_DTB_LOADADDRESS instead of DTB_LOAD
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/ls2088ardb.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index a23f762c..fdd9bf0f 100644 --- a/conf/machine/ls2088ardb.conf +++ b/conf/machine/ls2088ardb.conf | |||
@@ -9,10 +9,10 @@ require conf/machine/include/arm/arch-arm64.inc | |||
9 | 9 | ||
10 | MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:" | 10 | MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:" |
11 | 11 | ||
12 | KERNEL_CLASSES = " kernel-itbimage " | 12 | KERNEL_CLASSES = " kernel-fitimage " |
13 | KERNEL_IMAGETYPES = "itbImage" | 13 | KERNEL_IMAGETYPES = "fitImage" |
14 | 14 | ||
15 | DTB_LOAD = "0x90000000" | 15 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
16 | UBOOT_ENTRYPOINT = "0x80080000" | 16 | UBOOT_ENTRYPOINT = "0x80080000" |
17 | 17 | ||
18 | UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor" | 18 | UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor" |