From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Tue, 4 Aug 2020 10:52:34 +0200 (CEST) Subject: [PATCH v1] configs: pico-imx6: convert ethernet function to DM_ETH In-Reply-To: <20200728081519.29782-1-wig.cheng@technexion.com> Message-ID: <20200804085234.6602F82176@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Wig Cheng > Before enable _DM_ETH: > Net: FEC [PRIME] > After enable DM_ETH: > Net: eth0: ethernet at 2188000 > Here is the test commands: > => dhcp > BOOTP broadcast 1 > DHCP client bound to address 10.88.88.152 (146 ms) > *** ERROR: `serverip' not set > Cannot autoload with TFTPGET > => ping 8.8.8.8 > Using ethernet at 2188000 device > host 8.8.8.8 is alive > Signed-off-by: Wig Cheng Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================