From 1176e151ab723619fd97c60892db7cb1299b92da Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 10 Jun 2010 14:59:42 +0800 Subject: [PATCH] [xbboot] fix typo --- xbboot/target-stage1/stage1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbboot/target-stage1/stage1.c b/xbboot/target-stage1/stage1.c index 0a4a2be..0cea18f 100644 --- a/xbboot/target-stage1/stage1.c +++ b/xbboot/target-stage1/stage1.c @@ -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 "