
Subject: [PATCH] include/configs: mx6/mx7: drop dangling comments
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 | 4 ---- include/configs/mx7_common.h | 12 ------------ 2 files changed, 16 deletions(-)
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 43145567544..f70c515b840 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -22,8 +22,4 @@ #include <asm/arch/imx-regs.h> #include <asm/mach-imx/gpio.h>
-/* Miscellaneous configurable options */
-/* MMC */
#endif diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index 4704276a74d..7e83715a76f 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -20,16 +20,4 @@ /* Enable iomux-lpsr support */ #define CONFIG_IOMUX_LPSR
-/* 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
2.38.1