commit | 33778eac55cc85ac5dd94bb1585936fb3bc71b14 | [log] [tgz] |
---|---|---|
author | Duncan Laurie <dlaurie@chromium.org> | Sat Nov 03 11:41:40 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 06 14:30:44 2012 -0800 |
tree | cb6bbe085947f498a25488cf0252e903bcc12990 | |
parent | d1c0d2c3cf58f0043e37def303ba47e411fab14e [diff] |
video: Check for valid FB pointer before clearing This command will start erasing at memory address zero if there is not a valid framebuffer address that was found during video_init(). This is a common case with Chrome OS devices in normal mode when we do not execute the video option rom in coreboot. Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>