1
0
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:
Andreas Bießmann
2015-02-06 23:06:40 +01:00
parent dbdb5abd07
commit aa0ea2a553
3 changed files with 4 additions and 2 deletions

View File

@@ -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();