commit | a469c8e854e2d75436a44e81364b46d74909265c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 04 08:10:38 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 20:01:33 2024 -0600 |
tree | ff1389eff98a30b66833cf8b9875722947c93562 | |
parent | 9e95e909f6a6f9d17555d0ae1967fb3c6375b110 [diff] |
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>