diff options
author | Ting Liu <ting.liu@nxp.com> | 2021-04-16 11:41:48 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-20 10:05:55 -0300 |
commit | 03b0c1c150cb9c033a4e80edf9718d47089c8d14 (patch) | |
tree | 046b8d3bccd86bdf99b0f10cfb6be6e5cef3d43e | |
parent | 82a974b9529036b364d1dae22250196e2e94df93 (diff) | |
download | meta-freescale-03b0c1c150cb9c033a4e80edf9718d47089c8d14.tar.gz |
qoriq-atf-1.5: use soc to override setting
It will help other boards with same soc to reuse setting.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r-- | recipes-bsp/atf/qoriq-atf_1.5.bb | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/recipes-bsp/atf/qoriq-atf_1.5.bb b/recipes-bsp/atf/qoriq-atf_1.5.bb index 9f45a515..19208334 100644 --- a/recipes-bsp/atf/qoriq-atf_1.5.bb +++ b/recipes-bsp/atf/qoriq-atf_1.5.bb | |||
@@ -56,19 +56,16 @@ PACKAGECONFIG[optee] = ",,optee-os-qoriq" | |||
56 | uboot_boot_sec ?= "${DEPLOY_DIR_IMAGE}/u-boot.bin-tfa-secure-boot" | 56 | uboot_boot_sec ?= "${DEPLOY_DIR_IMAGE}/u-boot.bin-tfa-secure-boot" |
57 | uboot_boot ?= "${DEPLOY_DIR_IMAGE}/u-boot.bin-tfa" | 57 | uboot_boot ?= "${DEPLOY_DIR_IMAGE}/u-boot.bin-tfa" |
58 | rcw ?= "" | 58 | rcw ?= "" |
59 | rcw_ls1012afrwy = "_default" | 59 | rcw_ls1012a = "_default" |
60 | rcw_ls1012ardb = "_default" | ||
61 | rcwsec ?= "_sben" | 60 | rcwsec ?= "_sben" |
62 | 61 | ||
63 | chassistype ?= "ls2088_1088" | 62 | chassistype ?= "ls2088_1088" |
64 | chassistype_ls1012ardb = "ls104x_1012" | 63 | chassistype_ls1012a = "ls104x_1012" |
65 | chassistype_ls1012afrwy = "ls104x_1012" | 64 | chassistype_ls1043a = "ls104x_1012" |
66 | chassistype_ls1043ardb = "ls104x_1012" | 65 | chassistype_ls1046a = "ls104x_1012" |
67 | chassistype_ls1046ardb = "ls104x_1012" | ||
68 | chassistype_ls1046afrwy = "ls104x_1012" | ||
69 | 66 | ||
70 | ddrphyopt ?= "" | 67 | ddrphyopt ?= "" |
71 | ddrphyopt_lx2160ardb = "fip_ddr_sec" | 68 | ddrphyopt_lx2160a = "fip_ddr_sec" |
72 | 69 | ||
73 | do_configure[noexec] = "1" | 70 | do_configure[noexec] = "1" |
74 | 71 | ||