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 | |
parent | ac60e46e7d316cdcec44d01a7c19e13dedd00b49 (diff) | |
download | u-boot-ac20a1b21caeb779848f8f4731060dbc00f4bd7b.zip u-boot-ac20a1b21caeb779848f8f4731060dbc00f4bd7b.tar.gz u-boot-ac20a1b21caeb779848f8f4731060dbc00f4bd7b.tar.bz2 |
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')
-rw-r--r-- | include/config_cmd_all.h | 1 | ||||
-rw-r--r-- | include/configs/dbau1x00.h | 1 | ||||
-rw-r--r-- | include/configs/motionpro.h | 1 | ||||
-rw-r--r-- | include/configs/pb1x00.h | 1 | ||||
-rw-r--r-- | include/configs/vct.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index a8befe3..825ccf7 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_BEDBUG /* Include BedBug Debugger */ #define CONFIG_CMD_BMP /* BMP support */ #define CONFIG_CMD_BSP /* Board Specific functions */ #define CONFIG_CMD_CLK /* Clock support */ diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index 0437296..e788f9c 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 diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index 7ebcd03..ec4f8f5 100644 --- a/include/configs/motionpro.h +++ b/include/configs/motionpro.h @@ -33,7 +33,6 @@ /* * Command line configuration. */ -#define CONFIG_CMD_BEDBUG #define CONFIG_CMD_DATE #define CONFIG_CMD_DTT #define CONFIG_CMD_EEPROM diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index 504ddf7..f6bd4fe 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -149,6 +149,5 @@ */ #undef CONFIG_CMD_IDE -#undef CONFIG_CMD_BEDBUG #endif /* __CONFIG_H */ diff --git a/include/configs/vct.h b/include/configs/vct.h index 99cb311..9db6fee 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -255,7 +255,6 @@ int vct_gpio_get(int pin); * (NOR/OneNAND) usage and Linux kernel booting. */ #if defined(CONFIG_VCT_SMALL_IMAGE) -#undef CONFIG_CMD_BEDBUG #undef CONFIG_CMD_EEPROM #undef CONFIG_CMD_EEPROM #undef CONFIG_CMD_IRQ |