diff mbox series

[U-Boot,v1,1/3] ARM: imx: cosmetic: Remove not neededcomment from the mccmon6.h file

Message ID 20190516074144.32375-2-lukma@denx.de
State Accepted
Commit 8bf9364c4cc9d57eee34dd41a238e2dba9524378
Delegated to: Stefano Babic
Headers show
Series imx: Cleanup i.MX6Q mccmon6 boardconfiguration | expand

Commit Message

Lukasz Majewski May 16, 2019, 7:41 a.m. UTC
This comment is a leftover from the Kconfig CONFIG_*MTD* move.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
---

 include/configs/mccmon6.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Stefano Babic July 20, 2019, 9:06 a.m. UTC | #1
> This comment is a leftover from the Kconfig CONFIG_*MTD* move.
> Signed-off-by: Lukasz Majewski <lukma@denx.de>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h
index a1774c027a..b97373512f 100644
--- a/include/configs/mccmon6.h
+++ b/include/configs/mccmon6.h
@@ -65,8 +65,6 @@ 
 #define CONFIG_SYS_FLASH_BANKS_LIST	{ (CONFIG_SYS_FLASH_BASE) }
 #define CONFIG_SYS_FLASH_BANKS_SIZES	{ (32 * SZ_1M) }
 
-/* MTD support */
-
 /* USB Configs */
 #define CONFIG_USB_MAX_CONTROLLER_COUNT	2
 #define CONFIG_MXC_USB_PORTSC		(PORT_PTS_UTMI | PORT_PTS_PTW)