diff options
author | Adam Ford | 2018-03-04 14:54:15 -0600 |
---|---|---|
committer | Tom Rini | 2018-03-05 10:16:29 -0500 |
commit | 24c93092547edd4cf51fc21dcf8d310c3538bbf2 (patch) | |
tree | 21a8f5093f5a6c417c8a355fcb5a1e05a70efd05 | |
parent | 1bb34c8b89704a346a10cc1e34c9f9114a98658c (diff) |
ti_armv7_omap: Remove comment remnant
With the migration to Kconfig, the I2C block no longer exists in here.
Let's clean up the comment.
Signed-off-by: Adam Ford <aford173@gmail.com>
-rw-r--r-- | include/configs/ti_armv7_omap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ti_armv7_omap.h b/include/configs/ti_armv7_omap.h index 80d4476cf06..9da6ea8643a 100644 --- a/include/configs/ti_armv7_omap.h +++ b/include/configs/ti_armv7_omap.h @@ -12,8 +12,6 @@ #ifndef __CONFIG_TI_ARMV7_OMAP_H__ #define __CONFIG_TI_ARMV7_OMAP_H__ -/* I2C IP block */ - /* * GPMC NAND block. We support 1 device and the physical address to * access CS0 at is 0x8000000. |