]> git.baikalelectronics.ru Git - uboot.git/commitdiff
include/configs: mx6/mx7: drop dangling comments
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 14 Nov 2022 22:07:54 +0000 (22:07 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 31 Jan 2023 15:02:05 +0000 (16:02 +0100)
Cleanup some dangling comments left by automated migration
processes that are no longer value.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
include/configs/mx6_common.h
include/configs/mx7_common.h

index 0b8233de8c42b871f81d5a2c9e94b1674818cd58..3db8e09b42a025f1f51cad19c49dbba7a55a6520 100644 (file)
@@ -21,8 +21,4 @@
 #include <asm/arch/imx-regs.h>
 #include <asm/mach-imx/gpio.h>
 
-/* Miscellaneous configurable options */
-
-/* MMC */
-
 #endif
index a542839ce1da7c1741b9db82d94953c92b405fe0..d0718bfa03e5f86c53778307c5c1f448c1e416a4 100644 (file)
 /* Timer settings */
 #define CFG_SC_TIMER_CLK 8000000 /* 8Mhz */
 
-/* Miscellaneous configurable options */
-
-/* UART */
-
-/* MMC */
-
-/*
- * If we have defined the OPTEE ram size and not OPTEE it means that we were
- * launched by OPTEE, because of that we shall skip all the low level
- * initialization since it was already done by ATF or OPTEE
- */
-
 #endif