Xilinx / bootgen

bootgen source code
Other
34 stars 42 forks source link

Added version request parameter #32

Open c0d3d opened 8 months ago

c0d3d commented 8 months ago

As part of our build we want to list the version of bootgen being used, currently this is clunky since it requires us to give a bogus argument to get bootgen to run, and causes it to exit with an error code.

Added --version flag to just dump the banner and exit with status code 0.

c0d3d commented 7 months ago

@RamyaDarapuneni Please review.