sandbox: video: Correct the address of the copy base
authorSimon Glass <sjg@chromium.org>
Fri, 19 Nov 2021 20:23:49 +0000 (13:23 -0700)
committerAnatolij Gustschin <agust@denx.de>
Sun, 26 Dec 2021 22:02:19 +0000 (23:02 +0100)
commit84051743917e5a34936bc47923838fd5eda24f43
tree4babdfee17cc66553da576e3cb484fd7c118323d
parent301af2388af36b62ddec08b547300f5b5464df47
sandbox: video: Correct the address of the copy base

The intention is for the copy base to start halfway through the
frame-buffer area. At present is it actually below the frame buffer,
which could have anything in it (probably it is malloc space). Fix
this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/sandbox_sdl.c