diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-11 17:35:33 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 17:41:32 -0300 |
commit | 66d991ba91fe013637ea2fe0a3c846e1b1aadfb3 (patch) | |
tree | f62b5919431cfd3c061e91b5b28815f4a7d22927 /conf | |
parent | 64eec76b8b1d4a4b28ee9a7bf14d2231e626ee5f (diff) | |
download | meta-freescale-66d991ba91fe013637ea2fe0a3c846e1b1aadfb3.tar.gz |
ls1088ardb: 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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ls1088ardb.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf index 3cb8784d..d15e57b7 100644 --- a/conf/machine/ls1088ardb.conf +++ b/conf/machine/ls1088ardb.conf | |||
@@ -9,10 +9,10 @@ require conf/machine/include/arm/arch-arm64.inc | |||
9 | 9 | ||
10 | MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:" | 10 | MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:" |
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 ??= "secure-boot sdcard-qspi qspi" | 18 | UBOOT_CONFIG ??= "secure-boot sdcard-qspi qspi" |