]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: restore fdt_fixup_ethernet call to do_bootm_linux
authorStephen Warren <swarren@nvidia.com>
Thu, 19 Apr 2012 11:09:49 +0000 (11:09 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 23 Apr 2012 20:11:18 +0000 (22:11 +0200)
commit9e02a6b8e514a3256471a820cdb567668098fa22
treed3b9bd75669e0afe67c1fa22fc81a0a14ecf2216
parent1723997610ace497252d6f9a44ec76c06951ae43
arm: restore fdt_fixup_ethernet call to do_bootm_linux

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 <swarren@nvidia.com>
Acked-by: Tom Rini <trini@ti.com>
arch/arm/lib/bootm.c