diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-08-29 16:38:44 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-30 10:08:09 -0300 |
commit | 477be61b278213bc536ccda149f0c97a83b8cc76 (patch) | |
tree | 5ed52f4416fbda8980aa28b5ec3ce23fc63b1ed1 /conf/machine/ls2088ardb.conf | |
parent | 24feecb0c6d322bdbf72533c7868914b232c5b22 (diff) | |
download | meta-freescale-477be61b278213bc536ccda149f0c97a83b8cc76.tar.gz |
add itbimage support
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls2088ardb.conf')
-rw-r--r-- | conf/machine/ls2088ardb.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index 1621cab0..8d878f03 100644 --- a/conf/machine/ls2088ardb.conf +++ b/conf/machine/ls2088ardb.conf | |||
@@ -9,6 +9,11 @@ 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 " | ||
13 | KERNEL_IMAGETYPES = "itbImage" | ||
14 | |||
15 | UBOOT_ENTRYPOINT = "0x80080000" | ||
16 | |||
12 | UBOOT_CONFIG ??= "secure-boot nor" | 17 | UBOOT_CONFIG ??= "secure-boot nor" |
13 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" | 18 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" |
14 | UBOOT_CONFIG[secure-boot] = "ls2080ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 19 | UBOOT_CONFIG[secure-boot] = "ls2080ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |