mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +02:00
Introduce generic post-relocation board_r.c
This file handles common post-relocation init for boards which use the generic framework. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -319,7 +319,8 @@ static init_fnc_t *init_sequence[] = {
|
||||
#ifdef CONFIG_POST
|
||||
post_init_f,
|
||||
#endif
|
||||
INIT_FUNC_WATCHDOG_RESET init_func_ram,
|
||||
INIT_FUNC_WATCHDOG_RESET
|
||||
init_func_ram,
|
||||
#if defined(CONFIG_SYS_DRAM_TEST)
|
||||
testdram,
|
||||
#endif /* CONFIG_SYS_DRAM_TEST */
|
||||
|
Reference in New Issue
Block a user