[meta-xilinx] [meta-xilinx-tools][PATCH 8/8] scripts: set hdf as default for hdf_type

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Mon Apr 23 16:21:10 PDT 2018


Set hdf as default for hdf_type in scripts. We will be supporting hdf as
default hardware definition file

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
 scripts/dtgen.tcl  | 2 +-
 scripts/fsboot.tcl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/dtgen.tcl b/scripts/dtgen.tcl
index 4cce93f..ce1d68a 100644
--- a/scripts/dtgen.tcl
+++ b/scripts/dtgen.tcl
@@ -2,7 +2,7 @@ set dir [file dirname [info script]]
 source $dir/base-hsi.tcl
 set option {
 	{hdf.arg	""			"hardware Definition file"}
-	{hdf_type.arg   ""			"hardware Defination file type: hdf or dsa"}
+	{hdf_type.arg   "hdf"			"hardware Defination file type: hdf or dsa"}
 	{processor.arg	""			"target processor"}
 	{rp.arg		""			"repo path"}
 	{app.arg	"empty_application"	"Application project fsbl, empty.."}
diff --git a/scripts/fsboot.tcl b/scripts/fsboot.tcl
index 0545c85..0b25038 100644
--- a/scripts/fsboot.tcl
+++ b/scripts/fsboot.tcl
@@ -3,7 +3,7 @@ source "$dir/base-hsi.tcl"
 
 set option {
 	{hdf.arg	""			"hardware Definition file"}
-	{hdf_type.arg   ""			"hardware Defination file type: hdf or dsa"}
+	{hdf_type.arg   "hdf"			"hardware Defination file type: hdf or dsa"}
 	{processor.arg	""			"target processor"}
 	{rp.arg		""			"repo path"}
 	{app.arg	"empty_application"	"Application project fsbl, empty.."}
-- 
2.7.4



More information about the meta-xilinx mailing list