commit | d4d1e911565206e831dfcef81e2ccee9122c3b04 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:20 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:08:16 2016 +0800 |
tree | ccf585ccfef182937667a01e1c1d10cea3dfc1b6 | |
parent | b20cf045d89725c4af4d6e9f2af4c75c0314a6a2 [diff] |
x86: ivybridge: Move graphics init much later We don't need to init the graphics controller so early. Move it alongside the other graphics setup, just before we run the ROM. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>