diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:28:08 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 13:41:01 -0400 |
commit | 3bd25cb512b912e9c8e9074467e730a73f87371d (patch) | |
tree | 563d4b4546beeb307299c94b693d7eb5c8cc877c /include/configs/o2dnt-common.h | |
parent | 10c01337d3ad0d4878b4b5fb14145a8e6e6f63c7 (diff) | |
download | u-boot-3bd25cb512b912e9c8e9074467e730a73f87371d.tar.gz |
Convert CONFIG_CMD_DIAG to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_DIAG
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: imply CMD_DIAG on some keymile configs]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/o2dnt-common.h')
-rw-r--r-- | include/configs/o2dnt-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/o2dnt-common.h b/include/configs/o2dnt-common.h index 1470c513a3..e2881a7177 100644 --- a/include/configs/o2dnt-common.h +++ b/include/configs/o2dnt-common.h @@ -72,9 +72,6 @@ #ifdef CONFIG_PCI #define CONFIG_CMD_PCI #endif -#ifdef CONFIG_POST -#define CONFIG_CMD_DIAG -#endif #if (CONFIG_SYS_TEXT_BASE == 0xFC000000) || (CONFIG_SYS_TEXT_BASE == 0xFF000000) /* Boot low with 16 or 32 MB Flash */ |