summaryrefslogtreecommitdiffstats
path: root/configs/chromebook_coral_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-09 18:43:15 -0600
committerBin Meng <bmeng.cn@gmail.com>2020-07-17 14:32:24 +0800
commitd450ce10cc7527c651c7d81b87cb82f1f37416c9 (patch)
tree65e52fd43c1b6319e329627d304d6282f61283bc /configs/chromebook_coral_defconfig
parente1ddf67cb3982b5c49c1165da87917a82a285783 (diff)
downloadu-boot-d450ce10cc7527c651c7d81b87cb82f1f37416c9.tar.gz
u-boot-d450ce10cc7527c651c7d81b87cb82f1f37416c9.tar.xz
u-boot-d450ce10cc7527c651c7d81b87cb82f1f37416c9.zip
coral: Enable the copy framebuffer
Enable this feature on chromebook_coral to speed up the display. With this change, the time taken to print the environment to the display without CONFIG_CONSOLE_SCROLL_LINES is reduced from 1830ms to 62ms. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/chromebook_coral_defconfig')
-rw-r--r--configs/chromebook_coral_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_coral_defconfig b/configs/chromebook_coral_defconfig
index ef3a03ba5a..d06fa9aa48 100644
--- a/configs/chromebook_coral_defconfig
+++ b/configs/chromebook_coral_defconfig
@@ -95,6 +95,7 @@ CONFIG_TPM2_CR50_I2C=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_USB_KEYBOARD=y
+CONFIG_VIDEO_COPY=y
CONFIG_SPL_FS_CBFS=y
# CONFIG_SPL_USE_TINY_PRINTF is not set
CONFIG_TPL_USE_TINY_PRINTF=y