commit | a107c61b4180fb5bfe7d0044a25d6db829b8b00f | [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 | b4f3cc2c42d97967a3a3c8796c340f6b07ecccac [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>