[PATCH u-boot-mvebu 25/31] tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes

2021-07-08 Thread Marek Behún
From: Pali Rohár This padding depends on board config file and therere it makes the mkimage binary tool board specific, which is not correct. One cannot use mkimage tool built as a result for board A to generate images for board B, even if both A and B are on the same platform. This CONFIG_SYS_U

Re: [PATCH u-boot-mvebu 25/31] tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes

2021-07-08 Thread Chris Packham
I'll take a proper look at the rest of the series this weekend. Just noticed a couple of typos in the commit message of this patch. On Fri, Jul 9, 2021 at 5:30 AM Marek Behún wrote: > > From: Pali Rohár > > This padding depends on board config file and therere it makes the s/therere/therefore/