summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:40 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-14 16:23:38 -0200
commit5eb09c303b7ffd1a9c0efa72d72822cb403a4cec (patch)
tree337bf3af0288bd2bb3860e895bfe6a2a6663ba2d /conf
parent537d936f8030a42f3907adf29fecb8a39948cf97 (diff)
downloadmeta-freescale-5eb09c303b7ffd1a9c0efa72d72822cb403a4cec.tar.gz
ls1012ardb:update machine config
*update UBOOT_CONFIG *add RCWQSPI var *remove ppa *add atf to EXTRA_IMAGEDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1012ardb.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf
index bd86de41..f05507d7 100644
--- a/conf/machine/ls1012ardb.conf
+++ b/conf/machine/ls1012ardb.conf
@@ -16,12 +16,14 @@ KERNEL_IMAGETYPES = "fitImage"
16UBOOT_DTB_LOADADDRESS = "0x90000000" 16UBOOT_DTB_LOADADDRESS = "0x90000000"
17UBOOT_ENTRYPOINT = "0x80080000" 17UBOOT_ENTRYPOINT = "0x80080000"
18 18
19UBOOT_CONFIG ??= "qspi-secure-boot qspi" 19UBOOT_CONFIG ??= "tfa-secure-boot tfa"
20UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" 20UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig,,u-boot-dtb.bin"
21UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
22
23RCWQSPI ?= "R_SPNH_3508/rcw_1000_default.bin"
22 24
23KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb" 25KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb"
24KERNEL_DEFCONFIG ?= "defconfig" 26KERNEL_DEFCONFIG ?= "defconfig"
25 27
26EXTRA_IMAGEDEPENDS += "ppa ppa-optee ppfe-firmware rcw" 28EXTRA_IMAGEDEPENDS += "ppfe-firmware rcw atf"
27USE_VT = "0" 29USE_VT = "0"