Re: [PATCH 2/9] Convert CONFIG_BOARD_ECC_SUPPORT to Kconfig

2022-03-04 Thread Tom Rini
On Fri, Feb 25, 2022 at 11:19:46AM -0500, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_BOARD_ECC_SUPPORT > > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 2/9] Convert CONFIG_BOARD_ECC_SUPPORT to Kconfig

2022-02-25 Thread Tom Rini
This converts the following to Kconfig: CONFIG_BOARD_ECC_SUPPORT Signed-off-by: Tom Rini --- arch/arm/mach-mvebu/Kconfig | 5 + include/configs/db-mv784mp-gp.h | 1 - include/configs/maxbcm.h| 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mv