mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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>
This commit is contained in:

committed by
Stefan Roese

parent
a14b601652
commit
bba769d3ae
@ -28,10 +28,6 @@
|
|||||||
/* additions for new ARM relocation support */
|
/* additions for new ARM relocation support */
|
||||||
#define CONFIG_SYS_SDRAM_BASE 0x00000000
|
#define CONFIG_SYS_SDRAM_BASE 0x00000000
|
||||||
|
|
||||||
/*
|
|
||||||
* CLKs configurations
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NS16550 Configuration
|
* NS16550 Configuration
|
||||||
*/
|
*/
|
||||||
|
@ -23,14 +23,6 @@
|
|||||||
#define CONFIG_BZIP2
|
#define CONFIG_BZIP2
|
||||||
#endif /* CONFIG_SYS_MVFS */
|
#endif /* CONFIG_SYS_MVFS */
|
||||||
|
|
||||||
/*
|
|
||||||
* Commands configuration
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Extra file system
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* mv-common.h should be defined after CMD configs since it used them
|
* mv-common.h should be defined after CMD configs since it used them
|
||||||
* to enable certain macros
|
* to enable certain macros
|
||||||
|
Reference in New Issue
Block a user