sw_apps:zynqmp_fsbl: Check for supported OS platform

This patch adds call to check the supported OS platform when
application is Zynq MP FSBL.
This enables correct error message to be displayed when trying
to create FSBL project with OS platform other than Standalone.

Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
This commit is contained in:
Sarat Chand Savitala 2015-04-06 19:32:59 +05:30 committed by Nava kishore Manne
parent ca82675069
commit de365de89b

View file

@ -56,7 +56,7 @@ proc check_standalone_os {} {
proc swapp_is_supported_sw {} {
# make sure we are using standalone OS
#check_standalone_os;
check_standalone_os;
# make sure xilffs is available
set librarylist [get_libs -filter "NAME==xilffs"];