ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
authorStefan Roese <sr@denx.de>
Thu, 10 Jul 2008 11:52:44 +0000 (13:52 +0200)
committerStefan Roese <sr@denx.de>
Fri, 11 Jul 2008 11:18:13 +0000 (13:18 +0200)
commite321801bed5a6d896d298c00fd20046f039d5d66
treeb99a655c3b16b32027add9e1326e92b64e7e1cd4
parent08250eb2edbd96514d049602d9e134110ac3185f
ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards

This patch removes some ft_board_setup() functions from some 4xx boards.
This can be done since we now have a default weak implementation for this
in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
implementation like canyonlands need their own version.

Signed-off-by: Stefan Roese <sr@denx.de>
board/amcc/katmai/katmai.c
board/amcc/kilauea/kilauea.c
board/amcc/makalu/makalu.c
board/amcc/sequoia/sequoia.c
board/amcc/yosemite/yosemite.c
board/esd/pmc440/pmc440.c
board/prodrive/alpr/alpr.c
cpu/ppc4xx/fdt.c