|
@@ -500,6 +500,10 @@ void board_init_r(gd_t *id, ulong dest_addr)
|
|
malloc_start = dest_addr - TOTAL_MALLOC_LEN;
|
|
malloc_start = dest_addr - TOTAL_MALLOC_LEN;
|
|
mem_malloc_init (malloc_start, TOTAL_MALLOC_LEN);
|
|
mem_malloc_init (malloc_start, TOTAL_MALLOC_LEN);
|
|
|
|
|
|
|
|
+#ifdef CONFIG_ARCH_EARLY_INIT_R
|
|
|
|
+ arch_early_init_r();
|
|
|
|
+#endif
|
|
|
|
+
|
|
#if !defined(CONFIG_SYS_NO_FLASH)
|
|
#if !defined(CONFIG_SYS_NO_FLASH)
|
|
puts("Flash: ");
|
|
puts("Flash: ");
|
|
|
|
|