diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-05-26 22:32:28 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-05-29 08:33:05 +0200 |
commit | bba769d3ae91044921c3d8fab1a954c452afbdb2 (patch) | |
tree | d54768cc6987304e325fb471ef74001b004a1c8e /include/configs/mv-plug-common.h | |
parent | a14b601652cd8b91fb2775fbf59d9e46ad6edb41 (diff) |
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>
Diffstat (limited to 'include/configs/mv-plug-common.h')
-rw-r--r-- | include/configs/mv-plug-common.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ -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 */ |