mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
boot/xilinx-embeddedsw: versal2_plm: configure xilpm runtime lib correctly
The xilpm_runtime_lib is not enabled by default in the versal2_plm Makefile:97f2baf7f6/lib/sw_apps/versal_plm/src/versal_2ve_2vm/Makefile (L13)Without it, there is a silent runtime failure. Add config XILPM_RUNTIME_LIB=SUBSYS to make sure the xilpm_runtime_lib is correctly configured and included to fix the problem. Signed-off-by: Neal Frager <neal.frager@amd.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitc7810e5847) Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
committed by
Titouan Christophe
parent
79cfcaf399
commit
c267ef53bc
@@ -53,7 +53,8 @@ define XILINX_EMBEDDEDSW_BUILD_VERSAL2_PLM
|
||||
COMPILER=$(XILINX_EMBEDDEDSW_MICROBLAZE_CC) \
|
||||
ARCHIVER=$(XILINX_EMBEDDEDSW_MICROBLAZE_AR) \
|
||||
CC=$(XILINX_EMBEDDEDSW_MICROBLAZE_CC) \
|
||||
CFLAGS=$(XILINX_EMBEDDEDSW_CFLAGS)
|
||||
CFLAGS=$(XILINX_EMBEDDEDSW_CFLAGS) \
|
||||
XILPM_RUNTIME_LIB=SUBSYS
|
||||
endef
|
||||
|
||||
define XILINX_EMBEDDEDSW_INSTALL_VERSAL2_PLM
|
||||
|
||||
Reference in New Issue
Block a user