]> git.ipfire.org Git - people/ms/u-boot.git/commit
ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
authorStefan Roese <sr@denx.de>
Thu, 10 Jul 2008 11:53:31 +0000 (13:53 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 13 Jul 2008 13:04:11 +0000 (15:04 +0200)
commit068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
tree8604cece7ed57c67eedb397e3d253704e17d5a97
parentd39a089f8bc960ba9ae6a08fda5582b578620cc1
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