]> git.sur5r.net Git - u-boot/commit
x86: Use cache, don't clear the display in video BIOS
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jan 2015 23:18:03 +0000 (16:18 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:24:59 +0000 (07:24 -0800)
commit818f602112f5e789704096dbc4a7eb9f63fe5718
tree992362def3352e661b445fd692767cc25d6feb6f
parentd19ee5c27ec0c144bae294b4317e03738616a593
x86: Use cache, don't clear the display in video BIOS

There is no need to run with the cache disabled, and there is no point in
clearing the display frame buffer since U-Boot does it later.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/bios.c