From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Date: Thu, 27 Apr 2017 08:08:29 +0200 Subject: [U-Boot] [PATCH] rpi: Add a call to fdt_fixup_ethernet() In-Reply-To: <1493235880-3909-1-git-send-email-trini@konsulko.com> References: <1493235880-3909-1-git-send-email-trini@konsulko.com> Message-ID: <1493273309.31995.7.camel@redhat.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 Mi, 2017-04-26 at 15:44 -0400, Tom Rini wrote: > As we no longer have a call to fdt_fixup_ethernet in > image_setup_libfdt > we need to make a call to fdt_fixup_ethernet ourself somewhere. Do > this > in ft_board_setup here as we already have other fixups being performed > on the board here. Works. Tested-by: Gerd Hoffmann thanks, Gerd