diff options
-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 | ||