X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2F4xx_i2c.h;h=2df4fbde61920952da8200766607fc84f3caeaaf;hb=177e8a5ac81bbc531a1d54abdb47f2860266c3aa;hp=7c79bd153ec5ec8966c403c8d7068e97600e535f;hpb=dbbd125721aea6645fdb962f36bd41f59e272f9d;p=oweals%2Fu-boot.git diff --git a/include/4xx_i2c.h b/include/4xx_i2c.h index 7c79bd153e..2df4fbde61 100644 --- a/include/4xx_i2c.h +++ b/include/4xx_i2c.h @@ -41,7 +41,8 @@ #endif /* CONFIG_I2C_MULTI_BUS */ #if defined(CONFIG_440EP) || defined(CONFIG_440GR) || \ - defined(CONFIG_440EPX) || defined(CONFIG_440GRX) + defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \ + defined(CONFIG_460EX) || defined(CONFIG_460GT) #define I2C_BASE_ADDR (CFG_PERIPHERAL_BASE + 0x00000700 + I2C_BUS_OFFS) #elif defined(CONFIG_440) || defined(CONFIG_405EX) /* all remaining 440 variants */