Move s3c2440 i2c driver in firmware/SOURCES to a more logical place

Change-Id: I5c40d15fc92efc1ce74b54c736e805f9f4a62f77
This commit is contained in:
Bertrik Sikken 2012-05-30 21:52:23 +02:00
parent db6853c066
commit c4183e1d67
1 changed files with 1 additions and 2 deletions

View File

@ -488,7 +488,7 @@ target/arm/pnx0101/i2c-pnx0101.c
#elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X
target/arm/i2c-telechips.c
#elif CONFIG_I2C == I2C_S3C2440
/* no i2c driver yet */
target/arm/s3c2440/i2c-s3c2440.c
#elif CONFIG_I2C == I2C_S5L8700
target/arm/s5l8700/i2c-s5l8700.c
#elif CONFIG_I2C == I2C_S5L8702
@ -813,7 +813,6 @@ target/arm/s3c2440/kernel-s3c2440.c
target/arm/s3c2440/system-s3c2440.c
# ifndef BOOTLOADER
target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
target/arm/s3c2440/i2c-s3c2440.c
# endif
#endif /* CONFIG_CPU == S3C2440 */