commit | 6db144862df27cbaa84d9c36667d8642b05997a7 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Apr 27 14:16:02 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 18:51:50 2015 -0600 |
tree | 1d3e5884e42eaacf7e62820359b7380ff6d0bc33 | |
parent | 7a01b87cf75a833e14cece5a598db729aec82e63 [diff] |
x86: quark: Turn on legacy segments decode By default the legacy segments (A0000h-B0000h, E0000h-F0000h) do not decode to system RAM. Turn on the decode so that we can write configuration tables in the F segment. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>