]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: Drop unnecessary truetype operations from SPL
authorSimon Glass <sjg@chromium.org>
Thu, 4 Jan 2024 15:10:38 +0000 (08:10 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 11 Apr 2024 02:01:33 +0000 (20:01 -0600)
commita469c8e854e2d75436a44e81364b46d74909265c
treeff1389eff98a30b66833cf8b9875722947c93562
parent9e95e909f6a6f9d17555d0ae1967fb3c6375b110
video: Drop unnecessary truetype operations from SPL

Saving and restoring entries is used for expo and for the command line,
which we don't use in SPL. Drop these methods.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
drivers/video/console_truetype.c