mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
board/versal: change pdi filename to boot.pdi
With the Segmented Configuration, the Versal PDI files will have new names: <design>_boot.pdi - Minimal DDR and PS config for booting <design>_pld.pdi - Remainder of FPGA design to be loaded at run-time Since this will be the new default, this patch aligns the Buildroot file naming by replacing the obscure vpl_gen_fixed.pdi filename with a simpler boot.pdi filename. Signed-off-by: Neal Frager <neal.frager@amd.com> Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
a0a92928db
commit
3ee8569037
@@ -17,7 +17,7 @@ cat <<-__HEADER_EOF > "${BINARIES_DIR}/bootgen.bif"
|
||||
the_ROM_image:
|
||||
{
|
||||
image {
|
||||
{ type=bootimage, file=${BINARIES_DIR}/vpl_gen_fixed.pdi }
|
||||
{ type=bootimage, file=${BINARIES_DIR}/boot.pdi }
|
||||
{ type=bootloader, file=${BINARIES_DIR}/plm.elf }
|
||||
{ core=psm, file=${BINARIES_DIR}/psmfw.elf }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user