From d5e2f993580b54aed9fb92bee22c32c530c8375f Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Sun, 26 May 2002 09:21:43 +0000 Subject: [PATCH] fix minor typo --- src/northsouthbridge/sis/635/ipl.S | 2 +- src/northsouthbridge/sis/735/ipl.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/northsouthbridge/sis/635/ipl.S b/src/northsouthbridge/sis/635/ipl.S index 8314749675..c08e6540a4 100644 --- a/src/northsouthbridge/sis/635/ipl.S +++ b/src/northsouthbridge/sis/635/ipl.S @@ -454,7 +454,7 @@ smbus_init_table: .word 0x0000 /* Null, End of table */ ddr_init_table: - .byte PALL # Percharge All + .byte PALL # Precharge All .byte DLL_EN_N # DLL Enable Normal .byte DLL_RESET # DLL Reset .byte PALL # Precharge All diff --git a/src/northsouthbridge/sis/735/ipl.S b/src/northsouthbridge/sis/735/ipl.S index e9cbc03d87..ef40cd680e 100644 --- a/src/northsouthbridge/sis/735/ipl.S +++ b/src/northsouthbridge/sis/735/ipl.S @@ -464,7 +464,7 @@ smbus_init_table: .word 0x0000 /* Null, End of table */ ddr_init_table: - .byte PALL # Percharge All + .byte PALL # Precharge All .byte DLL_EN_N # DLL Enable Normal .byte DLL_RESET # DLL Reset .byte PALL # Precharge All