tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXX
authorBin Meng <bmeng.cn@gmail.com>
Sun, 27 Oct 2019 12:19:41 +0000 (05:19 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 28 Oct 2019 17:32:51 +0000 (13:32 -0400)
commita7c9a65ed9feee937c6b40a971d03e9c2f8447ca
treea7276903dd3bebca406c85a15b0bde7431fd9cda
parent1af5e97d8ded39947d5ccab21b9947fe362a105f
tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXX

__leXX has Linux kernel specific __attribute__((bitwise)) which is
not portable. Use corresponding uintXX_t instead.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
tools/mtk_image.h