]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Add weak default ft_board_setup() routine
authorStefan Roese <sr@denx.de>
Thu, 8 May 2008 09:01:09 +0000 (11:01 +0200)
committerStefan Roese <sr@denx.de>
Thu, 8 May 2008 09:01:09 +0000 (11:01 +0200)
commitcb5d88b9611e0c35c53543ad3b4ab99fa82203e3
tree290567e10e8fa845775df50e5c542ece4324c226
parentd1c1ba85c7915053adf6a8d14a08ac6fcb750d01
ppc4xx: Add weak default ft_board_setup() routine

This patch adds a default ft_board_setup() routine to the 4xx fdt code.
This routine is defined as weak and can be overwritten by a board specific
one if needed.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/fdt.c