mirror of
https://xff.cz/git/u-boot/
synced 2025-10-13 14:01:09 +02:00
avr32: rename cpu_init() -> arch_cpu_init()
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -98,7 +98,7 @@ void board_init_f(ulong board_type)
|
||||
|
||||
/* Perform initialization sequence */
|
||||
board_early_init_f();
|
||||
cpu_init();
|
||||
arch_cpu_init();
|
||||
board_postclk_init();
|
||||
env_init();
|
||||
init_baudrate();
|
||||
|
Reference in New Issue
Block a user