Re: [PATCH] tools: mtk_image: add an option to set device header offset

2021-03-20 Thread Tom Rini
On Tue, Mar 09, 2021 at 03:52:31PM +0800, Weijie Gao wrote: > This patch adds an option which allows setting the device header offset. > This is useful if this tool is used to generate ATF BL2 image of mt7622 for > SD cards. > > Signed-off-by: Weijie Gao Applied to u-boot/next, thanks! -- Tom

[PATCH] tools: mtk_image: add an option to set device header offset

2021-03-08 Thread Weijie Gao
This patch adds an option which allows setting the device header offset. This is useful if this tool is used to generate ATF BL2 image of mt7622 for SD cards. Signed-off-by: Weijie Gao --- tools/mtk_image.c | 50 --- 1 file changed, 47 insertions(+), 3