mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge branch 'master' of git://git.denx.de/u-boot-nios
This commit is contained in:
commit
7b6dc11c1a
1 changed files with 7 additions and 0 deletions
|
|
@ -106,6 +106,13 @@ _reloc:
|
|||
stw r0, 4(sp)
|
||||
mov fp, sp
|
||||
|
||||
#ifdef CONFIG_DEBUG_UART
|
||||
/* Set up the debug UART */
|
||||
movhi r2, %hi(debug_uart_init@h)
|
||||
ori r2, r2, %lo(debug_uart_init@h)
|
||||
callr r2
|
||||
#endif
|
||||
|
||||
/* Allocate and initialize reserved area, update SP */
|
||||
mov r4, sp
|
||||
movhi r2, %hi(board_init_f_alloc_reserve@h)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue