Re: [PATCH] fixup! imd: add support for checksum generation/verification

2020-02-10 Thread Sascha Hauer
On Fri, Feb 07, 2020 at 12:19:19PM +0100, Steffen Trumtrar wrote: > Signed-off-by: Steffen Trumtrar > --- > CRC32 is now needed for imd, but was selected by accident. In situations > where barebox is stripped down (e.g. socfpga-xload, where there is no > environment, globalvars or

[PATCH] fixup! imd: add support for checksum generation/verification

2020-02-07 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar --- CRC32 is now needed for imd, but was selected by accident. In situations where barebox is stripped down (e.g. socfpga-xload, where there is no environment, globalvars or command_support), barebox won't compile anymore. common/Kconfig | 1 + 1 file changed, 1