Re: [PATCH 08/10] Convert CONFIG_BMP_16BPP to Kconfig

2021-11-05 Thread Tom Rini
On Sat, Oct 30, 2021 at 11:03:55PM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_BMP_16BPP > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 08/10] Convert CONFIG_BMP_16BPP to Kconfig

2021-10-30 Thread Tom Rini
This converts the following to Kconfig: CONFIG_BMP_16BPP Signed-off-by: Tom Rini --- configs/am335x_guardian_defconfig | 1 + include/configs/am335x_guardian.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defc