Re: [PATCH 07/10] Convert CONFIG_OF_EMBED to Kconfig

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

Re: [PATCH 07/10] Convert CONFIG_OF_EMBED to Kconfig

2021-10-31 Thread Rick Chen
> From: U-Boot 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 > --- > README