Commit e188eee7a4914ce8fb031616f75bcc58cbe58fd3

Authored by Simon Glass
Committed by Tom Rini
1 parent 54feea17d6

Drop config_cmd_all.h

This file does not include all commands and has not for a while. Let's
drop it.

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

Showing 2 changed files with 0 additions and 21 deletions Side-by-side Diff

... ... @@ -757,11 +757,6 @@
757 757 CONFIG_SYS_BAUDRATE_TABLE, see below.
758 758  
759 759 - Monitor Functions:
760   - Monitor commands can be included or excluded
761   - from the build by using the #include files
762   - <config_cmd_all.h> and #undef'ing unwanted
763   - commands, or adding #define's for wanted commands.
764   -
765 760 The default command configuration includes all commands
766 761 except those marked below with a "*".
767 762  
include/config_cmd_all.h
1   -/*
2   - * Copyright 2007 Freescale Semiconductor, Inc.
3   - *
4   - * This file is licensed under the terms of the GNU General Public
5   - * License Version 2. This file is licensed "as is" without any
6   - * warranty of any kind, whether express or implied.
7   - */
8   -
9   -#ifndef _CONFIG_CMD_ALL_H
10   -#define _CONFIG_CMD_ALL_H
11   -
12   -/*
13   - * Alphabetical list of all possible commands.
14   - */
15   -
16   -#endif /* _CONFIG_CMD_ALL_H */