tools: image.h: Use portable uint32_t instead of linux-specific __be32
authorBin Meng <bmeng.cn@gmail.com>
Sun, 27 Oct 2019 12:19:40 +0000 (05:19 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 28 Oct 2019 17:32:50 +0000 (13:32 -0400)
commit1af5e97d8ded39947d5ccab21b9947fe362a105f
treebfa5be050c10c8d1e3a66ed58f0225a3407a25bf
parentffc379b42c85466e1dd4c8fee8268801f26d2ab8
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>
include/image.h