[U-Boot] [PATCH] add support for EMK TOP7000 CPU module (change to arch-avr32 file)

4 Jun
2010
4 Jun
'10
2:14 p.m.
This Patch adds support for the EMK TOP7000 CPU Module Part 3: added code to arch/avr32/lib/board.c
Signed-off-by: Reinhard Meyer reinhard.meyer@emk-elektronik.de
--- arch/avr32/lib/board.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/avr32/lib/board.c b/arch/avr32/lib/board.c index 917ed6c..57e1a2f 100644 --- a/arch/avr32/lib/board.c +++ b/arch/avr32/lib/board.c @@ -337,6 +337,11 @@ void board_init_r(gd_t *new_gd, ulong dest_addr) jumptable_init(); console_init_r();
+#if defined(CONFIG_MISC_INIT_R) + /* miscellaneous platform dependent initialisations */ + misc_init_r (); +#endif + s = getenv("loadaddr"); if (s) load_addr = simple_strtoul(s, NULL, 16);
--
1.5.6.5
5453
Age (days ago)
5453
Last active (days ago)
0 comments
1 participants
participants (1)
-
Reinhard Meyer (-VC)