From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Fri, 23 Aug 2019 17:36:07 +0800 Subject: [U-Boot] [PATCH v4 2/3] rockchip: rk3399: Enable CONFIG_MISC_INIT_R for the Rock PI 4 In-Reply-To: <20190812150436.7079-2-rohan.garg@collabora.com> References: <20190812150436.7079-1-rohan.garg@collabora.com> <20190812150436.7079-2-rohan.garg@collabora.com> Message-ID: <8e508fa7-95cb-5d62-fa02-cbf92b17a3cd@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On 2019/8/12 下午11:04, Rohan Garg wrote: > This enables us to set a static MAC address > > Signed-off-by: Rohan Garg Reviewed-by: Kever Yang Thanks, - Kever > --- > > configs/rock-pi-4-rk3399_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig > index 14ae39a561..602be5a928 100644 > --- a/configs/rock-pi-4-rk3399_defconfig > +++ b/configs/rock-pi-4-rk3399_defconfig > @@ -56,3 +56,4 @@ CONFIG_USB_ETHER_SMSC95XX=y > CONFIG_USE_TINY_PRINTF=y > CONFIG_SPL_TINY_MEMSET=y > CONFIG_ERRNO_STR=y > +CONFIG_MISC_INIT_R=y