Re: [PATCH 5/7] scripts: pblimage: explicitly set architecture to ARM

2019-09-13 Thread Roland Hieber
On Thu, Sep 12, 2019 at 12:29:03PM +0200, Ahmad Fatoum wrote: > architecture is statically initialized to zero, which happens to be > ARCH_ARM as it's the first enum element. > Make this a bit clearer by explicitly assigning ARM_ARM to architecture. Nit: s/ARM_ARM/ARCH_ARM/ > > Signed-off-by:

[PATCH 5/7] scripts: pblimage: explicitly set architecture to ARM

2019-09-12 Thread Ahmad Fatoum
architecture is statically initialized to zero, which happens to be ARCH_ARM as it's the first enum element. Make this a bit clearer by explicitly assigning ARM_ARM to architecture. Signed-off-by: Ahmad Fatoum --- scripts/pblimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff