diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-11 17:35:32 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 17:41:32 -0300 |
| commit | 64eec76b8b1d4a4b28ee9a7bf14d2231e626ee5f (patch) | |
| tree | 74e6a15fceb16f6fdac49e960980e65edc4c256a | |
| parent | 690859909837455b5c7252d130c6b7043f7394a2 (diff) | |
| download | meta-freescale-64eec76b8b1d4a4b28ee9a7bf14d2231e626ee5f.tar.gz | |
ls1088ardb-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>
| -rw-r--r-- | conf/machine/ls1088ardb-be.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1088ardb-be.conf b/conf/machine/ls1088ardb-be.conf index 28aed8e71..40ffff542 100644 --- a/conf/machine/ls1088ardb-be.conf +++ b/conf/machine/ls1088ardb-be.conf | |||
| @@ -13,10 +13,10 @@ LE_UBOOT_FOR_ARMBE_TARGET = "1" | |||
| 13 | 13 | ||
| 14 | MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:" | 14 | MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:" |
| 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 ??= "secure-boot sdcard-qspi qspi" | 22 | UBOOT_CONFIG ??= "secure-boot sdcard-qspi qspi" |
