commit | f0b8eb1c2c1bc0259c9e68b5b9f7a007aa631d10 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Oct 27 05:19:40 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 28 13:32:50 2019 -0400 |
tree | bfa5be050c10c8d1e3a66ed58f0225a3407a25bf | |
parent | aae1e5888802b3e67ae7b5b22e84e248058efd08 [diff] |
tools: image.h: Use portable uint32_t instead of linux-specific __be32 __be32 has Linux kernel specific __attribute__((bitwise)) which is not portable. Use uint32_t instead. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>