fix minor typo
This commit is contained in:
parent
ab024f146d
commit
d5e2f99358
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue