Get rid of hard-coded PM_DEVFN value. PM_DEVICE is now set in Makefile, and
that controls the PM_DEVFN in raminitspd.inc
This commit is contained in:
parent
b640a0827f
commit
3c2eb4bea0
4 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@
|
|||
*/
|
||||
|
||||
/* SPD ram init */
|
||||
#define PM_DEVFN CONFIG_ADDR(0, 0x3c, 0)
|
||||
#define PM_DEVFN CONFIG_ADDR(0, PM_DEVICE, 0)
|
||||
#define DRAM_CONFIG_PORT 0x5a
|
||||
#define REGISTERED_DRAM_REGISTER $0x69
|
||||
#define LAST_SMBUS_MEM_DEVICE SMBUS_MEM_DEVICE_2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue