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>
lime2-spi
Chris Packham 6 years ago committed by Stefan Roese
parent a14b601652
commit bba769d3ae
  1. 4
      include/configs/mv-common.h
  2. 8
      include/configs/mv-plug-common.h

@ -29,10 +29,6 @@
#define CONFIG_SYS_SDRAM_BASE 0x00000000
/*
* CLKs configurations
*/
/*
* NS16550 Configuration
*/
#define CONFIG_SYS_NS16550_SERIAL

@ -24,14 +24,6 @@
#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
*/

Loading…
Cancel
Save