summaryrefslogtreecommitdiffstats
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-29 07:27:52 -0400
committerTom Rini <trini@konsulko.com>2019-05-29 07:27:52 -0400
commit93294caaeb67c5b087ea080cb644eefea52da560 (patch)
tree611e0d7331377a71dcc8b809a2bfdcb1270e622c /cmd/Kconfig
parent7c7919cd07b34a784ab321ab7578106c9e9bd753 (diff)
parent2a221fb64e5759ca8ad45637ed323206ddf0501f (diff)
downloadu-boot-93294caaeb67c5b087ea080cb644eefea52da560.tar.gz
u-boot-93294caaeb67c5b087ea080cb644eefea52da560.tar.xz
u-boot-93294caaeb67c5b087ea080cb644eefea52da560.zip
Merge branch '2019-05-28-master-imports'
- Remove various dead code from DaVinci - FAT fixes
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 0d36da2a5c..0badcb3fe0 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1425,14 +1425,6 @@ config CMD_CLS
Enable the 'cls' command which clears the screen contents
on video frame buffer.
-config CMD_DISPLAY
- bool "Enable the 'display' command, for character displays"
- help
- (this needs porting to driver model)
- This enables the 'display' command which allows a string to be
- displayed on a simple board-specific display. Implement
- display_putc() to use it.
-
config CMD_EFIDEBUG
bool "efidebug - display/configure UEFI environment"
depends on EFI_LOADER