diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-08-05 19:25:50 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-08-08 18:00:57 -0500 |
| commit | 4ebe3560822477f8d47cd2b6c04ff6e0e95eaa9e (patch) | |
| tree | 0d66437c1304fc212cb70412795f45bd2ab30d73 /meta-xilinx-core | |
| parent | 2b45dd549935d28f6f6c5e3b6bbf2f6126ce153c (diff) | |
| download | meta-xilinx-4ebe3560822477f8d47cd2b6c04ff6e0e95eaa9e.tar.gz | |
soc-zynq.inc: Remove FSBL recipe variables
Remove FSBL recipe variables from soc-zynq.inc as this is already set
in fsbl recipes and no more required in machine inclusion file.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
| -rw-r--r-- | meta-xilinx-core/conf/machine/include/soc-zynq.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-xilinx-core/conf/machine/include/soc-zynq.inc b/meta-xilinx-core/conf/machine/include/soc-zynq.inc index 02220e8a..587a0d5a 100644 --- a/meta-xilinx-core/conf/machine/include/soc-zynq.inc +++ b/meta-xilinx-core/conf/machine/include/soc-zynq.inc | |||
| @@ -9,11 +9,3 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
| 9 | KERNEL_IMAGETYPES += "zImage" | 9 | KERNEL_IMAGETYPES += "zImage" |
| 10 | 10 | ||
| 11 | UBOOT_ELF ?= "u-boot.elf" | 11 | UBOOT_ELF ?= "u-boot.elf" |
| 12 | |||
| 13 | # Default, if multiconfig is off, the fsbl is in the regular deploydir, otherwise | ||
| 14 | # it is located under a multiconfig specific deploydir | ||
| 15 | FSBL_DEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '', 'fsbl-firmware:do_deploy', d)}" | ||
| 16 | FSBL_MCDEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', 'mc::fsbl-fw:fsbl-firmware:do_deploy', '', d)}" | ||
| 17 | FSBL_DEPLOY_DIR ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '${TOPDIR}/tmp-fsbl-fw/deploy/images/${MACHINE}', '${DEPLOY_DIR_IMAGE}', d)}" | ||
| 18 | FSBL_DEPLOY_DIR[vardepsexclude] += "TOPDIR" | ||
| 19 | FSBL_IMAGE_NAME ?= "fsbl-${MACHINE}" | ||
