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 /include/configs/dbau1x00.h | |
parent | ac60e46e7d316cdcec44d01a7c19e13dedd00b49 (diff) | |
download | u-boot-ac20a1b21caeb779848f8f4731060dbc00f4bd7b.tar.gz |
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 'include/configs/dbau1x00.h')
-rw-r--r-- | include/configs/dbau1x00.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index 04372962f6..e788f9c635 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -66,7 +66,6 @@ /* * Command line configuration. */ -#undef CONFIG_CMD_BEDBUG #ifdef CONFIG_DBAU1550 |