From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Wed, 7 Apr 2021 11:20:42 +0800 Subject: [PATCH 7/8] ARM: sheep-rk3368: Enable the rk3368 network driver In-Reply-To: <20210402214801.1159432-7-pbrobinson@gmail.com> References: <20210402214801.1159432-1-pbrobinson@gmail.com> <20210402214801.1159432-7-pbrobinson@gmail.com> Message-ID: <90ee57ab-ddc5-91bf-f87e-571d1392844a@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2021/4/3 ??5:48, Peter Robinson wrote: > There's currently no network enabled in the sheep > but we now have all the bits in place so enable the > driver and DM_ETH to fix the warning. > > Signed-off-by: Peter Robinson > Cc: Andy Yan Reviewd-by: Kever Yang Thanks, - Kever > --- > configs/sheep-rk3368_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/sheep-rk3368_defconfig b/configs/sheep-rk3368_defconfig > index 90e3fff3fb..182fe7dee4 100644 > --- a/configs/sheep-rk3368_defconfig > +++ b/configs/sheep-rk3368_defconfig > @@ -21,6 +21,8 @@ CONFIG_MMC_DW=y > CONFIG_MMC_DW_ROCKCHIP=y > CONFIG_PINCTRL=y > CONFIG_RAM=y > +CONFIG_DM_ETH=y > +CONFIG_GMAC_ROCKCHIP=y > CONFIG_DEBUG_UART_SHIFT=2 > CONFIG_DEBUG_UART_ANNOUNCE=y > CONFIG_DEBUG_UART_SKIP_INIT=y