diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-25 12:08:19 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:04:42 -0800 |
| commit | eaa90aa6dbed8b5f86f7955c8b98be848c8f3c3a (patch) | |
| tree | 16b36b35484625a6694ce803176c723ce6ec533c | |
| parent | 51ecf4c682844d0f9318edc70d82e65e656e83d9 (diff) | |
| download | meta-xilinx-eaa90aa6dbed8b5f86f7955c8b98be848c8f3c3a.tar.gz | |
xilinx-bootbin: machine-xilinx-zynq, remove obsolete BIG_PARTITION_DEPENDS
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc b/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc index e9933fd8..c630cda7 100644 --- a/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc +++ b/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc | |||
| @@ -9,12 +9,10 @@ BIF_PARTITION_ATTR ??= "${BIF_FSBL_ATTR} ${BIF_BITSTREAM_ATTR} ${BIF_SSBL_ATTR} | |||
| 9 | #bootloader is FSBL. Location where FSBL binary is present and dependency to build FSBL | 9 | #bootloader is FSBL. Location where FSBL binary is present and dependency to build FSBL |
| 10 | BIF_PARTITION_ATTR[fsbl] ?= "bootloader" | 10 | BIF_PARTITION_ATTR[fsbl] ?= "bootloader" |
| 11 | BIF_PARTITION_IMAGE[fsbl] ?= "${RECIPE_SYSROOT}/boot/fsbl.elf" | 11 | BIF_PARTITION_IMAGE[fsbl] ?= "${RECIPE_SYSROOT}/boot/fsbl.elf" |
| 12 | BIF_PARTITION_DEPENDS[fsbl] ?= "virtual/fsbl:do_deploy" | ||
| 13 | 12 | ||
| 14 | #specify BIF partition attributes for u-boot | 13 | #specify BIF partition attributes for u-boot |
| 15 | #Location where u-boot binary is present | 14 | #Location where u-boot binary is present |
| 16 | BIF_PARTITION_IMAGE[u-boot-xlnx] ?= "${RECIPE_SYSROOT}/boot/u-boot.elf" | 15 | BIF_PARTITION_IMAGE[u-boot-xlnx] ?= "${RECIPE_SYSROOT}/boot/u-boot.elf" |
| 17 | BIF_PARTITION_DEPENDS[u-boot-xlnx] ?= "virtual/bootloader:do_deploy" | ||
| 18 | 16 | ||
| 19 | # specify BIF partition attributes for dtb | 17 | # specify BIF partition attributes for dtb |
| 20 | BIF_PARTITION_ATTR[device-tree] ?= "load=0x100000" | 18 | BIF_PARTITION_ATTR[device-tree] ?= "load=0x100000" |
| @@ -22,4 +20,3 @@ BIF_PARTITION_IMAGE[device-tree] ?= "${RECIPE_SYSROOT}/boot/devicetree/system-to | |||
| 22 | 20 | ||
| 23 | # enable bitstream-Note this is not enabled by default (missing in BIF_PARTITION_ATTR) | 21 | # enable bitstream-Note this is not enabled by default (missing in BIF_PARTITION_ATTR) |
| 24 | BIF_PARTITION_IMAGE[bitstream] ?= "${RECIPE_SYSROOT}/boot/bitstream/download-${MACHINE}.bit" | 22 | BIF_PARTITION_IMAGE[bitstream] ?= "${RECIPE_SYSROOT}/boot/bitstream/download-${MACHINE}.bit" |
| 25 | BIF_PARTITION_DEPENDS[bitstream] ?= "virtual/bitstream:do_deploy" | ||
