From: Chris Packham <judge.packham@gmail.com>
Date: Sat, 26 May 2018 10:32:28 +0000 (+1200)
Subject: configs: remove redundant comment sections
X-Git-Tag: v2025.01-rc5-pxa1908~4179^2~1
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=bba769d3ae91044921c3d8fab1a954c452afbdb2;p=u-boot.git

configs: remove redundant comment sections

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@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
---

diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index 8c5350ea0c..c7673838fa 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 df686dbe4f..fa2b595592 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