[U-Boot] [PATCH] 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
diff --git a/include/configs/ti_armv7_omap.h b/include/configs/ti_armv7_omap.h index 80d4476..9da6ea8 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.

On Sun, Mar 04, 2018 at 02:54:15PM -0600, Adam Ford wrote:
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
diff --git a/include/configs/ti_armv7_omap.h b/include/configs/ti_armv7_omap.h index 80d4476..9da6ea8 100644
Applied to u-boot/master, thanks!
participants (2)
-
Adam Ford
-
Tom Rini