Re: [PATCH 02/18] video: bochs: Drop inclusion of

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:25 +0800 Bin Meng bm...@tinylab.org wrote: > The driver does not call any MTRR APIs. > > Signed-off-by: Bin Meng > --- > > drivers/video/bochs.c | 1 - > 1 file changed, 1 deletion(-) applied to u-boot-video/master, thanks! -- Anatolij

Re: [PATCH 02/18] video: bochs: Drop inclusion of

2023-07-23 Thread Simon Glass
On Sat, 22 Jul 2023 at 22:41, Bin Meng wrote: > > The driver does not call any MTRR APIs. > > Signed-off-by: Bin Meng > --- > > drivers/video/bochs.c | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Simon Glass Tested-by: Simon Glass # qemu-x86_64

[PATCH 02/18] video: bochs: Drop inclusion of

2023-07-22 Thread Bin Meng
The driver does not call any MTRR APIs. Signed-off-by: Bin Meng --- drivers/video/bochs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/bochs.c b/drivers/video/bochs.c index 2136b51193..fa0283c158 100644 --- a/drivers/video/bochs.c +++ b/drivers/video/bochs.c @@ -11,7 +11,6 @