commit | 908801dcfe8a1e45b5e6e37c4b7e43f79dfc36ec | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Jan 08 13:53:48 2023 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 01 06:39:17 2023 +0100 |
tree | 3410e4d72a91130d2da17ea485a1592417815342 | |
parent | 4941652df5a9a8a9404e64655e3630318247d329 [diff] |
tools: kwbimage: Fix dumping register set / DATA commands Upper-bound for iterating for-loop over register set entries is incorrect. Fix it byt calculating correct number of entries. And fix also dumping the last entry DATA_DELAY, which is the last and not first (zero). Fixes: 1a8e6b63e24f ("tools: kwbimage: Dump kwbimage config file on '-p -1' option") Signed-off-by: Pali Rohár <pali@kernel.org>