diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:27:52 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 10:30:02 -0400 |
commit | ac20a1b21caeb779848f8f4731060dbc00f4bd7b (patch) | |
tree | 8f2b49db8cf8875ed17d722df3e638f01f052da3 /README | |
parent | ac60e46e7d316cdcec44d01a7c19e13dedd00b49 (diff) |
Convert CONFIG_CMD_BEDBUG to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_BEDBUG
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -823,7 +823,6 @@ The following options need to be configured: CONFIG_CMD_AES AES 128 CBC encrypt/decrypt CONFIG_CMD_ASKENV * ask for env variable CONFIG_CMD_BDI bdinfo - CONFIG_CMD_BEDBUG * Include BedBug Debugger CONFIG_CMD_BMP * BMP support CONFIG_CMD_BSP * Board specific commands CONFIG_CMD_BOOTD bootd |