
Deare Stefan,
in message 200805091438.56226.sr@denx.de you wrote:
board/syscon3/syscon3.c | 25 +++++++++++++++++++ include/configs/syscon3.h | 58 +++++++++++++++++++------------------------- 2 files changed, 50 insertions(+), 33 deletions(-)
I can't find this board support. And also no patches for it.
Hm... either Alzheimer or SF dropped my mails :-(
I just resent the patches. You can find the stuff also in the syscon3 branch of the u-boot-testing repo.
+#if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP) +void +ft_board_setup(void *blob, bd_t *bd)
...
This is not needed anymore. With my latest patch (available in the u-boot-ppc4xx repository, master branch for pulling):
[PATCH 2/3] ppc4xx: Add weak default ft_board_setup() routine
Oops... seems this is available for 4xx only, right?
But the syscon3 board has a MPC8548 processor...
Best regards,
Wolfgang Denk