diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-11 17:35:34 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 17:41:32 -0300 |
commit | e4a83b93b68918cfeb338a6d4cf5cdbad65aba8a (patch) | |
tree | 0a8025a4baede8d0399b8b01cd4301f754b3f25a /conf/machine/ls2088ardb-be.conf | |
parent | 66d991ba91fe013637ea2fe0a3c846e1b1aadfb3 (diff) | |
download | meta-freescale-e4a83b93b68918cfeb338a6d4cf5cdbad65aba8a.tar.gz |
ls2088ardb-be: 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/machine/ls2088ardb-be.conf')
-rw-r--r-- | conf/machine/ls2088ardb-be.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls2088ardb-be.conf b/conf/machine/ls2088ardb-be.conf index 3d317368..ac8c4769 100644 --- a/conf/machine/ls2088ardb-be.conf +++ b/conf/machine/ls2088ardb-be.conf | |||
@@ -13,10 +13,10 @@ LE_UBOOT_FOR_ARMBE_TARGET = "1" | |||
13 | 13 | ||
14 | MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:" | 14 | MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:" |
15 | 15 | ||
16 | KERNEL_CLASSES = " kernel-itbimage " | 16 | KERNEL_CLASSES = " kernel-fitimage " |
17 | KERNEL_IMAGETYPES = "itbImage" | 17 | KERNEL_IMAGETYPES = "fitImage" |
18 | 18 | ||
19 | DTB_LOAD = "0x90000000" | 19 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
20 | UBOOT_ENTRYPOINT = "0x80080000" | 20 | UBOOT_ENTRYPOINT = "0x80080000" |
21 | 21 | ||
22 | UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor" | 22 | UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor" |