From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 19 Apr 2012 14:30:18 -0700 Subject: [U-Boot] [PATCH 2/2] arm: restore fdt_fixup_ethernet call to do_bootm_linux In-Reply-To: <1334869789-32052-2-git-send-email-swarren@wwwdotorg.org> References: <1334869789-32052-1-git-send-email-swarren@wwwdotorg.org> <1334869789-32052-2-git-send-email-swarren@wwwdotorg.org> Message-ID: <4F9083EA.5080700@ti.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 04/19/2012 02:09 PM, Stephen Warren wrote: > From: Stephen Warren > > Commit 0a672d4 "arm: Add Prep subcommand support to bootm" re-organized > do_bootm_linux for ARM. During the re-organization, the call to > fdt_fixup_ethernet() was removed. I assume this was useful, so add it > back. > > Signed-off-by: Stephen Warren Acked-by: Tom Rini -- Tom