antmicro / zynq-mkbootimage

An open source replacement of the Xilinx bootgen application.
BSD 2-Clause "Simplified" License
93 stars 47 forks source link

Simplify code and use more precise types #19

Closed kiryk closed 2 years ago

kiryk commented 2 years ago

The simplifications come mainly from generelization of similar actions done in mkbootimage and exbootimage.

The types mentioned in the commit title are mainly insertions of bool and error in parts of the code when they hadn't been present yet.