summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-07-11 17:35:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-12 17:41:32 -0300
commit690859909837455b5c7252d130c6b7043f7394a2 (patch)
tree16e664e96db7102ba2a70888a53c75504cc4a15c /conf
parent81ba66d9a2ee6514db59a10e71313de2e0f7dace (diff)
downloadmeta-freescale-690859909837455b5c7252d130c6b7043f7394a2.tar.gz
ls1046ardb-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')
-rw-r--r--conf/machine/ls1046ardb-be.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1046ardb-be.conf b/conf/machine/ls1046ardb-be.conf
index a6ab7428..56ac711f 100644
--- a/conf/machine/ls1046ardb-be.conf
+++ b/conf/machine/ls1046ardb-be.conf
@@ -11,10 +11,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
11require conf/machine/include/qoriq-arm64.inc 11require conf/machine/include/qoriq-arm64.inc
12require conf/machine/include/arm/arch-arm64.inc 12require conf/machine/include/arm/arch-arm64.inc
13 13
14KERNEL_CLASSES = " kernel-itbimage " 14KERNEL_CLASSES = " kernel-fitimage "
15KERNEL_IMAGETYPES = "itbImage" 15KERNEL_IMAGETYPES = "fitImage"
16 16
17DTB_LOAD = "0x90000000" 17UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20LE_UBOOT_FOR_ARMBE_TARGET = "1" 20LE_UBOOT_FOR_ARMBE_TARGET = "1"