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:
parent
ca82675069
commit
de365de89b
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Reference in a new issue