Commit Graph

2 Commits

Author SHA1 Message Date
Gan Shun Lim
dad0bc1415 Fix check in fit-parse
The value of fit_offset cannot possibly be greater than the
length of the rom, since fit_ptr is restricted to be 32 bits.
Check instead that the fit_ptr doesn't point outside the rom,
or in other words that fit_offset isn't less than 0.
2018-02-07 09:39:36 -08:00
Trammell hudson
07f7653999
move tools into bin/ directory 2018-01-19 14:17:26 -05:00