mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Fix per Christer
This commit is contained in:
parent
b9c4b06256
commit
7edb511f7f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#define MC_MEM_CNTRL1 0x8400
|
||||
#define SDCLK_START (1<<17)
|
||||
#define TEST_REF (1<<4)
|
||||
#define PROGRAM_SDRAM (1<<1)
|
||||
#define PROGRAM_SDRAM (1<<0)
|
||||
|
||||
#define MC_MEM_CNTRL2 0x8404
|
||||
#define SDCLK_MASK 0x000003c0
|
||||
|
|
Loading…
Add table
Reference in a new issue