1
0
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:
Xiangfu Liu 2010-06-10 14:59:42 +08:00
parent 19ce238122
commit 1176e151ab

View File

@ -75,7 +75,7 @@ void c_main(void)
serial_puts("stage 1 finished: GPIO, clocks, SDRAM, UART setup\n"
"now jump back to BOOT ROM...\n");
if (ARG_CPU_ID == 0x4740) {
if (ARG_CPU_ID == 0x4760) {
__asm__ (
"li $31, 0xbfc012e0 \n\t"
"jr $31 \n\t "