From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Wed, 7 Apr 2021 11:20:25 +0800 Subject: =?UTF-8?Q?Re=3a_=5bPATCH_6/8=5d_ARM=3a_geekbox=3a_Enable_the_rk3368?= =?UTF-8?B?IG5ldHdvcmsgZHJpdmVy44CQ6K+35rOo5oSP77yM6YKu5Lu255SxdS1ib290LWJv?= =?UTF-8?B?dW5jZXNAbGlzdHMuZGVueC5kZeS7o+WPkeOAkQ==?= In-Reply-To: <20210402214801.1159432-6-pbrobinson@gmail.com> References: <20210402214801.1159432-1-pbrobinson@gmail.com> <20210402214801.1159432-6-pbrobinson@gmail.com> Message-ID: <293b65bc-a47b-3d33-c727-090e1ddbd0d1@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:47, Peter Robinson wrote: > There's currently no network enabled in the geekbox > 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: "Andreas F?rber" Reviewd-by: Kever Yang Thanks, - Kever > --- > configs/geekbox_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/geekbox_defconfig b/configs/geekbox_defconfig > index 4f0191cc00..94df408d09 100644 > --- a/configs/geekbox_defconfig > +++ b/configs/geekbox_defconfig > @@ -19,6 +19,8 @@ CONFIG_BOUNCE_BUFFER=y > CONFIG_CLK=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