]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
karo: fdt: prevent duplicate call of fdt_fixup_ethernet()
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 26 Oct 2015 11:15:08 +0000 (12:15 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 26 Oct 2015 11:15:08 +0000 (12:15 +0100)
commit38741ee1137403fbba3459e147c8d7d6d23e4ffa
tree55a0f64d9145a3846894ab3185abfb8d7722e5db
parente1be59fc1a959a917749ecf24834acdc6e2d70e7
karo: fdt: prevent duplicate call of fdt_fixup_ethernet()

fdt_fixup_ethernet() is already called internally
by boot_prep_linux(). Remove the calls to it in ft_board_setup().
board/karo/tx28/tx28.c
board/karo/tx48/tx48.c
board/karo/tx51/tx51.c
board/karo/tx53/tx53.c
board/karo/tx6/tx6qdl.c
board/karo/tx6/tx6ul.c
board/karo/txa5/txa5.c