summaryrefslogtreecommitdiff
path: root/include/config_cmd_all.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-27 04:27:56 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-30 14:30:10 (GMT)
commit4893e34b00a6a3e44aafe40f86be6c4c10ade536 (patch)
tree1f494365d5cce7ecb501451fcdbcfa884ba94366 /include/config_cmd_all.h
parent0f7102588cfb48e74b13646ce6df7c11a374423b (diff)
downloadu-boot-4893e34b00a6a3e44aafe40f86be6c4c10ade536.tar.xz
Convert CONFIG_CMD_BSP to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BSP Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r--include/config_cmd_all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index 25b030f..38c9600 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -13,7 +13,6 @@
* Alphabetical list of all possible commands.
*/
-#define CONFIG_CMD_BSP /* Board Specific functions */
#define CONFIG_CMD_CLK /* Clock support */
#define CONFIG_CMD_DATE /* support for RTC, date/time...*/
#define CONFIG_CMD_DIAG /* Diagnostics */