[U-Boot] [PATCH 1/2] configs: remove redundant comment sections
Chris Packham
judge.packham at gmail.com
Sat May 26 10:32:28 UTC 2018
mv-common.h and mv-plug-common.h still had comments delimiting sections
of configuration options that have all been moved to Kconfig by previous
treewide efforts. Remove the redundant comment sections.
Signed-off-by: Chris Packham <judge.packham at gmail.com>
---
include/configs/mv-common.h | 4 ----
include/configs/mv-plug-common.h | 8 --------
2 files changed, 12 deletions(-)
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index 8c5350ea0cef..c7673838faf2 100644
--- a/include/configs/mv-common.h
+++ b/include/configs/mv-common.h
@@ -28,10 +28,6 @@
/* additions for new ARM relocation support */
#define CONFIG_SYS_SDRAM_BASE 0x00000000
-/*
- * CLKs configurations
- */
-
/*
* NS16550 Configuration
*/
diff --git a/include/configs/mv-plug-common.h b/include/configs/mv-plug-common.h
index df686dbe4f6c..fa2b59559205 100644
--- a/include/configs/mv-plug-common.h
+++ b/include/configs/mv-plug-common.h
@@ -23,14 +23,6 @@
#define CONFIG_BZIP2
#endif /* CONFIG_SYS_MVFS */
-/*
- * Commands configuration
- */
-
-/*
- * Extra file system
- */
-
/*
* mv-common.h should be defined after CMD configs since it used them
* to enable certain macros
--
2.17.0
More information about the U-Boot
mailing list