]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: mtk_image: use uint32_t for ghf header magic and version
authorWeijie Gao <weijie.gao@mediatek.com>
Wed, 19 Jul 2023 09:17:45 +0000 (17:17 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 3 Aug 2023 13:40:50 +0000 (09:40 -0400)
commit2bff97ad5ad57f2b1f989a27c6a6906eabe43ddb
treee8f52b87a904ea67486bc2a5c75e3b32ec50f355
parent93eb707c2825a63adf3fbea0e32bf928da495d23
tools: mtk_image: use uint32_t for ghf header magic and version

This patch converts magic and version fields of ghf common header
to one field with the type of uint32_t to make this header flexible
for futher updates.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
tools/mtk_image.c
tools/mtk_image.h