diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:36 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | cf2e33dcc65ca41a430959e2e75ca285024af01c (patch) | |
tree | 3d6210251d20ed9b44de0886fd7493f341fa4dba | |
parent | b7df32af2801f4341935b7613c85325287736df8 (diff) | |
download | meta-freescale-cf2e33dcc65ca41a430959e2e75ca285024af01c.tar.gz |
ls1012afrwy: 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>
-rw-r--r-- | conf/machine/ls1012afrwy.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/conf/machine/ls1012afrwy.conf b/conf/machine/ls1012afrwy.conf index f43f0697..bd154acb 100644 --- a/conf/machine/ls1012afrwy.conf +++ b/conf/machine/ls1012afrwy.conf | |||
@@ -16,12 +16,14 @@ KERNEL_IMAGETYPES = "fitImage" | |||
16 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
17 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
18 | 18 | ||
19 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" | 19 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
20 | UBOOT_CONFIG[qspi] = "ls1012afrwy_qspi_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[tfa] = "ls1012afrwy_tfa_defconfig,,u-boot-dtb.bin" |
21 | UBOOT_CONFIG[qspi-secure-boot] = "ls1012afrwy_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
22 | |||
23 | RCWQSPI ?= "N_SSNP_3305/rcw_1000_default.bin" | ||
22 | 24 | ||
23 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frwy.dtb" | 25 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frwy.dtb" |
24 | KERNEL_DEFCONFIG ?= "defconfig" | 26 | KERNEL_DEFCONFIG ?= "defconfig" |
25 | 27 | ||
26 | EXTRA_IMAGEDEPENDS += "ppa ppfe-firmware rcw" | 28 | EXTRA_IMAGEDEPENDS += "ppfe-firmware rcw atf" |
27 | USE_VT = "0" | 29 | USE_VT = "0" |