]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0e2ab73a2a1586f7d868a0ac042eee4438b3ecdf
treea7276903dd3bebca406c85a15b0bde7431fd9cda
parent150762d668c25c30b182fdbfcd278e49fb2d712c
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