commit | 090290f97b90eff1fe190d89ef0d976729cda13e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 20 06:40:21 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 26 07:54:12 2015 -0700 |
tree | 96d6749448a2119f9fe67f20002cd9b8e53f2a22 | |
parent | 48aa6c261492235c1e48c17a6604b71e032485e8 [diff] |
x86: queensbay: Move unprotect_spi_flash() to arch_misc_init() With dm pci conversion, pci config read/write in unprotect_spi_flash() silently fails as at that time dm pci is not ready and bus enumeration is not done yet. Actually we don't need to do this in that early phase, hence we delay this call to arch_misc_init(). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>