summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-bsp/bootbin/machine-xilinx-zynq.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp/bootbin/machine-xilinx-zynq.inc')
-rw-r--r--meta-xilinx-bsp/recipes-bsp/bootbin/machine-xilinx-zynq.inc17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/bootbin/machine-xilinx-zynq.inc b/meta-xilinx-bsp/recipes-bsp/bootbin/machine-xilinx-zynq.inc
deleted file mode 100644
index b8d75c4f..00000000
--- a/meta-xilinx-bsp/recipes-bsp/bootbin/machine-xilinx-zynq.inc
+++ /dev/null
@@ -1,17 +0,0 @@
1#specify BIF partition attributes required for BOOT.bin
2BIF_PARTITION_ATTR ?= "fsbl bitstream u-boot"
3
4#specify BIF partition attributes for FSBL
5#bootloader is FSBL. Location where FSBL binary is present and dependency to build FSBL
6BIF_PARTITION_ATTR[fsbl] ?= "bootloader"
7BIF_PARTITION_IMAGE[fsbl] ?= "${DEPLOY_DIR_IMAGE}/fsbl-${MACHINE}.elf"
8BIF_PARTITION_DEPENDS[fsbl] ?= "virtual/fsbl:do_deploy"
9
10#specify BIF partition attributes for u-boot
11#Location where u-boot binary is present
12BIF_PARTITION_IMAGE[u-boot] ?= "${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.elf"
13BIF_PARTITION_DEPENDS[u-boot] ?= "virtual/bootloader:do_deploy"
14
15# enable bitstream-Note this is not enabled by default (missing in BIF_PARTITION_ATTR)
16BIF_PARTITION_IMAGE[bitstream] ?= "${DEPLOY_DIR_IMAGE}/download-${MACHINE}.bit"
17BIF_PARTITION_DEPENDS[bitstream] ?= "virtual/bitstream:do_deploy"