Re: [PATCH 15/20] Convert CONFIG_MX6 et al to Kconfig

2021-11-12 Thread Tom Rini
On Sun, Nov 07, 2021 at 10:59:46PM -0500, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_MX6 >CONFIG_MX7 > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 15/20] Convert CONFIG_MX6 et al to Kconfig

2021-11-07 Thread Tom Rini
This converts the following to Kconfig: CONFIG_MX6 CONFIG_MX7 Signed-off-by: Tom Rini --- include/configs/mx6_common.h | 4 include/configs/mx7_common.h | 4 2 files changed, 8 deletions(-) diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 983402f7df