commit | f01adfdb858f0ce3245437889ca15ce11526e213 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri Jul 23 11:14:14 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Sat Jul 31 09:49:31 2021 +0200 |
tree | fdc688f515b5f29cbc6d2c42b3b48c54d3533e61 | |
parent | 39f38966066636b146a6ca2ea7e6a95ab0cc3421 [diff] |
tools: kwbimage: Mark all BootROM structures __packed These structures must have specific size without padding, so mark them as packed via the de-facto standard macro __packed. Also replace PACKED macro. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>