bsp: added a new minor version
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
b9a528a0ec
commit
f6e0b0a6db
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ OPTION APP_LINKER_FLAGS = "-Wl,--start-group,-lxil,-lgcc,-lc,--end-group";
|
|||
OPTION DESC = "Standalone is a simple, low-level software layer. It provides access to basic processor features such as caches, interrupts and exceptions as well as the basic features of a hosted environment, such as standard input and output, profiling, abort and exit.";
|
||||
OPTION copyfiles = all;
|
||||
OPTION OS_STATE = ACTIVE;
|
||||
OPTION VERSION = 5.2;
|
||||
OPTION VERSION = 5.3;
|
||||
OPTION NAME = standalone;
|
||||
|
||||
PARAM name = stdin, desc = "stdin peripheral", type = peripheral_instance, requires_interface = stdin, default=none, range = (ps7_uart, psu_uart, ps7_coresight_comp, psu_coresight_0, iomodule, axi_uartlite, axi_uart16550, mdm);
|
||||
|
|
Loading…
Add table
Reference in a new issue