summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNandanikhil Gajulapally <nandanikhil.gajulapally@amd.com>2024-04-23 22:39:47 +0530
committerMark Hatle <mark.hatle@amd.com>2024-04-29 09:59:22 -0500
commit41be3639ea7b0009adeda889bb3ff7916403a245 (patch)
tree239ef6bff254212416c220a9df3bb4a9165f0b3b
parentdaea2dc06b56575a4a325a24fbd179023f966733 (diff)
downloadmeta-xilinx-41be3639ea7b0009adeda889bb3ff7916403a245.tar.gz
xilffs_2024.1: added bsp configuration required for versal_plm
add missing xilffs bsp configuraiton required for versal_plm to boot from SD1 controller in eMMC1 boot mode when the design has both the controllers enabled. Signed-off-by: Nandanikhil Gajulapally <nandanikhil.gajulapally@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-standalone-experimental/recipes-libraries/xilffs_2024.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_2024.1.bb
index b8dc3b33..b7e0784a 100644
--- a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_2024.1.bb
+++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_2024.1.bb
@@ -8,4 +8,6 @@ PACKAGECONFIG[use_mkfs] ="-DXILFFS_use_mkfs=ON,-DXILFFS_use_mkfs=OFF,,"
8PACKAGECONFIG[read_only] ="-DXILFFS_read_only=ON,-DXILFFS_read_only=OFF,," 8PACKAGECONFIG[read_only] ="-DXILFFS_read_only=ON,-DXILFFS_read_only=OFF,,"
9PACKAGECONFIG[word_access]="-DXILFFS_word_access=ON,-DXILFFS_word_access=OFF,," 9PACKAGECONFIG[word_access]="-DXILFFS_word_access=ON,-DXILFFS_word_access=OFF,,"
10 10
11EXTRA_OECMAKE += "${@'-DXILFFS_num_logical_vol=10 -DXILFFS_enable_multi_partition=ON' if d.getVar('ESW_MACHINE') == 'psv_pmc_0' else ''}"
12
11DEPENDS += "xilstandalone libxil" 13DEPENDS += "xilstandalone libxil"