mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
ARM: uniphier: unify low-level debug init code
Move init code of low-level debug into a single file. This is helpful to create an image that runs on multiple SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@ -27,7 +27,7 @@ ENTRY(lowlevel_init)
|
||||
mcr p15, 0, r0, c1, c0, 0
|
||||
|
||||
#ifdef CONFIG_DEBUG_LL
|
||||
bl setup_lowlevel_debug
|
||||
bl debug_ll_init
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user