From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Wed, 15 Jan 2020 12:46:57 -0300 Subject: [PATCH 1/3] mx7ulp_evk: Disable CONFIG_NET In-Reply-To: <20191023140855.19446-1-festevam@gmail.com> References: <20191023140855.19446-1-festevam@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Wed, Oct 23, 2019 at 11:08 AM Fabio Estevam wrote: > > Currently the following build warning is seen: > > ===================== WARNING ====================== > This board does not use CONFIG_DM_ETH (Driver Model > for Ethernet drivers). Please update the board to use > CONFIG_DM_ETH before the v2020.07 release. Failure to > update by the deadline may result in board removal. > See doc/driver-model/migration.rst for more info. > =================================================== > > Since the mx7ulp-evk board does not have networking support, explicitly > disable networking. > > Signed-off-by: Fabio Estevam It seems that this series has been forgotten. Would you like me to resend it?