diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-11 17:35:36 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 17:41:32 -0300 |
| commit | b10c5b537e035cc27ffd6d94122bf7d86e26e444 (patch) | |
| tree | 7e5c42c742ae4bd77fc8366988142ebaf5bcac7c | |
| parent | 859fa795c1813787b4656ff6dc638257a6355d0e (diff) | |
| download | meta-freescale-b10c5b537e035cc27ffd6d94122bf7d86e26e444.tar.gz | |
ls1043ardb-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/ls1043ardb-be.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1043ardb-be.conf b/conf/machine/ls1043ardb-be.conf index 92743b762..ef8000197 100644 --- a/conf/machine/ls1043ardb-be.conf +++ b/conf/machine/ls1043ardb-be.conf | |||
| @@ -11,10 +11,10 @@ require conf/machine/include/arm/arch-arm64.inc | |||
| 11 | 11 | ||
| 12 | MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:" | 12 | MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:" |
| 13 | 13 | ||
| 14 | KERNEL_CLASSES = " kernel-itbimage " | 14 | KERNEL_CLASSES = " kernel-fitimage " |
| 15 | KERNEL_IMAGETYPES = "itbImage" | 15 | KERNEL_IMAGETYPES = "fitImage" |
| 16 | 16 | ||
| 17 | DTB_LOAD = "0x90000000" | 17 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
| 18 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
| 19 | 19 | ||
| 20 | UBOOT_CONFIG ??= "nand sdcard nor" | 20 | UBOOT_CONFIG ??= "nand sdcard nor" |
