diff options
| author | Wolfgang Denk <wd@denx.de> | 2009-10-24 22:19:54 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-10-24 22:19:54 +0200 |
| commit | a89805f324a060b66a59ec911dbbdba400003deb (patch) | |
| tree | 34dcf26e57fe4cfec696135bc0ed9d9b17e1f294 /include | |
| parent | 25ee856e4406da302f9d454fba9a7aa0357ee2ca (diff) | |
| parent | 62506ae1401c69f208b6aed1111ac57d820c06a0 (diff) | |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sbc8349.h | 2 | ||||
| -rw-r--r-- | include/configs/vme8349.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index bf7cf82d8e..4dea27d483 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -304,7 +304,7 @@ #define CONFIG_SYS_I2C1_OFFSET 0x3000 #define CONFIG_SYS_I2C2_OFFSET 0x3100 #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 */ #define CONFIG_SYS_TSEC1_OFFSET 0x24000 diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index d0690feb17..f9db73b2dc 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -224,7 +224,7 @@ #define CONFIG_SYS_I2C1_OFFSET 0x3000 #define CONFIG_SYS_I2C2_OFFSET 0x3100 #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 */ |
