]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit150762d668c25c30b182fdbfcd278e49fb2d712c
treebfa5be050c10c8d1e3a66ed58f0225a3407a25bf
parent63c18a4e8167c61cea1ed40038e2d7938c7d17b5
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