mpc83xx: cosmetic comment update relating to SPD EEPROM
commit 6d0f6bcf33
did the big
rename of CFG_ macros to CONFIG_SYS macros. But it missed
a couple of instances within comments.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
cd77dd109c
commit
efaf6f1bf6
|
@ -304,7 +304,7 @@
|
||||||
#define CONFIG_SYS_I2C1_OFFSET 0x3000
|
#define CONFIG_SYS_I2C1_OFFSET 0x3000
|
||||||
#define CONFIG_SYS_I2C2_OFFSET 0x3100
|
#define CONFIG_SYS_I2C2_OFFSET 0x3100
|
||||||
#define CONFIG_SYS_I2C_OFFSET CONFIG_SYS_I2C2_OFFSET
|
#define CONFIG_SYS_I2C_OFFSET CONFIG_SYS_I2C2_OFFSET
|
||||||
/* could also use CONFIG_I2C_MULTI_BUS and CONFIG_SPD_BUS_NUM... */
|
/* could also use CONFIG_I2C_MULTI_BUS and CONFIG_SYS_SPD_BUS_NUM... */
|
||||||
|
|
||||||
/* TSEC */
|
/* TSEC */
|
||||||
#define CONFIG_SYS_TSEC1_OFFSET 0x24000
|
#define CONFIG_SYS_TSEC1_OFFSET 0x24000
|
||||||
|
|
|
@ -224,7 +224,7 @@
|
||||||
#define CONFIG_SYS_I2C1_OFFSET 0x3000
|
#define CONFIG_SYS_I2C1_OFFSET 0x3000
|
||||||
#define CONFIG_SYS_I2C2_OFFSET 0x3100
|
#define CONFIG_SYS_I2C2_OFFSET 0x3100
|
||||||
#define CONFIG_SYS_I2C_OFFSET CONFIG_SYS_I2C1_OFFSET
|
#define CONFIG_SYS_I2C_OFFSET CONFIG_SYS_I2C1_OFFSET
|
||||||
/* could also use CONFIG_I2C_MULTI_BUS and CONFIG_SPD_BUS_NUM... */
|
/* could also use CONFIG_I2C_MULTI_BUS and CONFIG_SYS_SPD_BUS_NUM... */
|
||||||
|
|
||||||
#define CONFIG_SYS_I2C_8574_ADDR2 0x20 /* I2C1, PCF8574 */
|
#define CONFIG_SYS_I2C_8574_ADDR2 0x20 /* I2C1, PCF8574 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue