mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
soft_i2c: cleanup - no mpc8xx support
commit 907208c452
("powerpc: Partialy restore core of mpc8xx")
didn't bring back support for I2C on the mpc8xx
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
This commit is contained in:
parent
89d4fc153b
commit
f110892f3d
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@
|
|||
#include <asm/arch/gpio.h>
|
||||
#endif
|
||||
#endif
|
||||
#if defined(CONFIG_8xx)
|
||||
#include <asm/io.h>
|
||||
#endif
|
||||
#include <i2c.h>
|
||||
|
||||
#if defined(CONFIG_SOFT_I2C_GPIO_SCL)
|
||||
|
|
Loading…
Reference in a new issue