commit | bdc88d4eb31e2bc84afb427c216c79e87a4233ef | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 29 19:32:24 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Jan 23 17:24:15 2015 -0700 |
tree | c376f7c41737461e4dceab1bc65c98b5f0ec365f | |
parent | 40305240c66ab5e3725c131e321402c7dfe687a2 [diff] |
x86: Support ROMs on other archs We shouldn't assume that the VGA ROM can always be loaded at c0000. This is only true on x86 machines. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>