Re: [PATCH v3 08/12] video: Drop unnecessary truetype operations from SPL

2023-11-05 Thread Bin Meng
On Mon, Oct 2, 2023 at 11:32 AM Simon Glass wrote: > > 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 > --- > > Changes in v3: > - Add new patch to drop unnecessary truetype operations from

[PATCH v3 08/12] video: Drop unnecessary truetype operations from SPL

2023-10-01 Thread Simon Glass
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 --- Changes in v3: - Add new patch to drop unnecessary truetype operations from SPL drivers/video/console_truetype.c | 10 ++ 1 file