mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
[xbboot] fix typo
This commit is contained in:
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user