diff options
| author | Simon Glass <[email protected]> | 2017-05-17 08:22:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-06-05 11:02:31 -0400 |
| commit | 5a8ba315f1cb259b1022e5d85e4034b9bfb2bea5 (patch) | |
| tree | 35150d3a39ce3096651e35e18c69eac954c0664d /drivers/i2c | |
| parent | 5644aeea8e887903240b784deaa33b3866242d30 (diff) | |
samsung: Drop more references fo s3c24x0
This is dead code now. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/i2c')
| -rw-r--r-- | drivers/i2c/s3c24x0_i2c.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/i2c/s3c24x0_i2c.c b/drivers/i2c/s3c24x0_i2c.c index 06fe0a51f3d..996a6510a34 100644 --- a/drivers/i2c/s3c24x0_i2c.c +++ b/drivers/i2c/s3c24x0_i2c.c @@ -5,10 +5,6 @@ * SPDX-License-Identifier: GPL-2.0+ */ -/* This code should work for both the S3C2400 and the S3C2410 - * as they seem to have the same I2C controller inside. - * The different address mapping is handled by the s3c24xx.h files below. - */ #include <common.h> #include <errno.h> #include <dm.h> |
