diff options
| author | Peter Robinson <[email protected]> | 2022-11-14 22:07:54 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-01-31 16:02:05 +0100 |
| commit | e64bfd7b71b5d100bc7e682748caea8a24bf4f72 (patch) | |
| tree | e90e38cad7b11dfdc54b3dec8bc08bf08c4e3637 /include/configs | |
| parent | d3655bbb1398644e0b336a3ebde25be8c42424ff (diff) | |
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 <[email protected]>
Acked-by: Peng Fan <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/mx6_common.h | 4 | ||||
| -rw-r--r-- | include/configs/mx7_common.h | 12 |
2 files changed, 0 insertions, 16 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 0b8233de8c4..3db8e09b42a 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -21,8 +21,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 a542839ce1d..d0718bfa03e 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -16,16 +16,4 @@ /* 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 |
