commit | 5347ad4e21281a0de62265bd58b178973b61469d | [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 | 2425d4fb4b5f7a3e4a62add2d37ccf61a35d4a2f [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>