summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1043ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-08-29 16:38:44 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-30 10:08:09 -0300
commit477be61b278213bc536ccda149f0c97a83b8cc76 (patch)
tree5ed52f4416fbda8980aa28b5ec3ce23fc63b1ed1 /conf/machine/ls1043ardb.conf
parent24feecb0c6d322bdbf72533c7868914b232c5b22 (diff)
downloadmeta-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/ls1043ardb.conf')
-rw-r--r--conf/machine/ls1043ardb.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf
index 5b4e0cb0..e5e622a3 100644
--- a/conf/machine/ls1043ardb.conf
+++ b/conf/machine/ls1043ardb.conf
@@ -10,6 +10,11 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:"
10require conf/machine/include/qoriq-arm64.inc 10require conf/machine/include/qoriq-arm64.inc
11require conf/machine/include/arm/arch-arm64.inc 11require conf/machine/include/arm/arch-arm64.inc
12 12
13KERNEL_CLASSES = " kernel-itbimage "
14KERNEL_IMAGETYPES = "itbImage"
15
16UBOOT_ENTRYPOINT = "0x80080000"
17
13UBOOT_CONFIG ??= "nand sdcard nor" 18UBOOT_CONFIG ??= "nand sdcard nor"
14UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" 19UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
15UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" 20UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"