[U-Boot] [PATCH 1/4] Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig

2019-08-05 Thread sbabic
> Move CONFIG_CSF_SIZE to Kconfig and define default value as 0x4000. > mx8mqevk requires 0x2000 add this configuration in imx8mq_evk_defconfig > file. > Signed-off-by: Breno Lima > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 1/4] Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig

2019-07-18 Thread Fabio Estevam
On Thu, Jul 18, 2019 at 9:34 AM Breno Matheus Lima wrote: > > Move CONFIG_CSF_SIZE to Kconfig and define default value as 0x4000. > > mx8mqevk requires 0x2000 add this configuration in imx8mq_evk_defconfig > file. > > Signed-off-by: Breno Lima Reviewed-by: Fabio Estevam

[U-Boot] [PATCH 1/4] Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig

2019-07-18 Thread Breno Matheus Lima
Move CONFIG_CSF_SIZE to Kconfig and define default value as 0x4000. mx8mqevk requires 0x2000 add this configuration in imx8mq_evk_defconfig file. Signed-off-by: Breno Lima --- arch/arm/mach-imx/Kconfig | 7 +++ configs/imx8mq_evk_defconfig | 1 + include/configs/cl-som-imx7.h | 1 -