X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Ffreescale%2Fmpc8560ads%2Fmpc8560ads.c;fp=board%2Ffreescale%2Fmpc8560ads%2Fmpc8560ads.c;h=f99d639b2fbfda636c3dfa5b42c5642d15958b12;hb=e895a4b06f9062f052d438df7f4766b3decdb3d4;hp=7104e33156efc2f7918b301bec24d23deebe8352;hpb=4d70b34d7f721d8b1d4d628e68c3a44ab7a10dff;p=karo-tx-uboot.git diff --git a/board/freescale/mpc8560ads/mpc8560ads.c b/board/freescale/mpc8560ads/mpc8560ads.c index 7104e33156..f99d639b2f 100644 --- a/board/freescale/mpc8560ads/mpc8560ads.c +++ b/board/freescale/mpc8560ads/mpc8560ads.c @@ -438,8 +438,7 @@ pci_init_board(void) #if defined(CONFIG_OF_BOARD_SETUP) -void -ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, bd_t *bd) { int node, tmp[2]; const char *path; @@ -457,5 +456,7 @@ ft_board_setup(void *blob, bd_t *bd) } #endif } + + return 0; } #endif