commit | 6469d80f4f1e7817da53c618b210fd5f77167e53 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:43:15 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 17 14:32:24 2020 +0800 |
tree | 65e52fd43c1b6319e329627d304d6282f61283bc | |
parent | 82213d8bead358c8addaf16e974bb80cec3eb148 [diff] |
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>