]> git.ipfire.org Git - people/ms/u-boot.git/commit
Kconfig: Sort the memory commands
authorSimon Glass <sjg@chromium.org>
Fri, 4 Aug 2017 22:34:51 +0000 (16:34 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Aug 2017 19:41:59 +0000 (15:41 -0400)
commitba71be547c582d1cb50c4fdcdfddc43ca1472fbf
tree39ee2c2e92d82569eb544b74fc9da111d6ea6c8c
parent3a91a253768a76c734a57dffcbe6ce730b4d2e56
Kconfig: Sort the memory commands

These are currently not quite in alphabetical order. Before adding more,
sort them. Not all options have a CMD_ prefix, so ignore that when
sorting.

Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
cmd/Kconfig