
11 Nov
2019
11 Nov
'19
4:20 p.m.
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Michael Walle Sent: Monday, October 21, 2019 11:04 PM To: u-boot@lists.denx.de Cc: Tom Rini trini@konsulko.com Subject: [U-Boot] [PATCH] armv8: layerscape: set HWCONFIG_BUFFER_SIZE
Set the HWCONFIG_BUFFER_SIZE if it is not already set. Otherwise compilation will fail if CONFIG_HWCONFIG and HWCONFIG_BUFFER_SIZE are not set.
Taken from arch/powerpc/include/asm/config.h.
Signed-off-by: Michael Walle michael@walle.cc
Applied to fsl-qoriq master, awaiting upstream.
Thanks priyankajain