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

Signed-off-by: Manjukumar Matha <[email protected]>
---
 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

-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to