Re: [PATCH v1 6/7] owl: Kconfig: Enable DM eth for OWL platform

2020-07-07 Thread Tom Rini
On Sat, May 09, 2020 at 07:55:14PM +0530, Amit Singh Tomar wrote: > This patch selects CONFIG_DM_ETH (ethernet driver is base on DM model) > for Action semi owl SoC. > > Signed-off-by: Amit Singh Tomar Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v1 6/7] owl: Kconfig: Enable DM eth for OWL platform

2020-05-09 Thread Amit Singh Tomar
This patch selects CONFIG_DM_ETH (ethernet driver is base on DM model) for Action semi owl SoC. Signed-off-by: Amit Singh Tomar --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0d463088a2e4..80e07f92febc 100644 ---