mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:15:19 +02:00
[xbboot] fix typo
This commit is contained in:
parent
19ce238122
commit
1176e151ab
@ -75,7 +75,7 @@ void c_main(void)
|
|||||||
serial_puts("stage 1 finished: GPIO, clocks, SDRAM, UART setup\n"
|
serial_puts("stage 1 finished: GPIO, clocks, SDRAM, UART setup\n"
|
||||||
"now jump back to BOOT ROM...\n");
|
"now jump back to BOOT ROM...\n");
|
||||||
|
|
||||||
if (ARG_CPU_ID == 0x4740) {
|
if (ARG_CPU_ID == 0x4760) {
|
||||||
__asm__ (
|
__asm__ (
|
||||||
"li $31, 0xbfc012e0 \n\t"
|
"li $31, 0xbfc012e0 \n\t"
|
||||||
"jr $31 \n\t "
|
"jr $31 \n\t "
|
||||||
|
Loading…
Reference in New Issue
Block a user