diff --git a/lib/bsp/standalone/data/standalone.mld b/lib/bsp/standalone/data/standalone.mld index 816765e9..5efa0f42 100755 --- a/lib/bsp/standalone/data/standalone.mld +++ b/lib/bsp/standalone/data/standalone.mld @@ -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);