diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-07-06 10:33:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-08 15:56:01 -0400 |
commit | b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d (patch) | |
tree | 61ad7f01c98282d46798a98028cb9d476a20cfba /drivers | |
parent | 6f65e75a8a80e6317729f232f135ca2cc5b99d4e (diff) | |
download | u-boot-b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d.zip u-boot-b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d.tar.gz u-boot-b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d.tar.bz2 |
powerpc, 8xx: Migrate to Kconfig
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/i2c/soft_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c index 50597a7..a21e4a2 100644 --- a/drivers/i2c/soft_i2c.c +++ b/drivers/i2c/soft_i2c.c @@ -29,7 +29,7 @@ #include <asm/arch/gpio.h> #endif #endif -#if defined(CONFIG_MPC852T) || defined(CONFIG_MPC866) +#if defined(CONFIG_8xx) #include <asm/io.h> #endif #include <i2c.h> |