> From: U-Boot <u-boot-boun...@lists.denx.de> On Behalf Of Tom Rini > Sent: Sunday, October 31, 2021 11:04 AM > To: u-boot@lists.denx.de > Subject: [PATCH 07/10] Convert CONFIG_OF_EMBED to Kconfig > > This converts the following to Kconfig: > CONFIG_OF_EMBED > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > README | 7 ------- > configs/adp-ae3xx_defconfig | 1 + > configs/adp-ag101p_defconfig | 1 + > include/configs/adp-ae3xx.h | 1 - > include/configs/adp-ag101p.h | 1 - > include/configs/cgtqmx8.h | 2 -- > include/configs/imx8qm_mek.h | 2 -- > include/configs/imx8qxp_mek.h | 2 -- > 8 files changed, 2 insertions(+), 15 deletions(-)
Reviewed-by: Rick Chen <r...@andestech.com>