commit | 80e336a2453ff7d7aaf0536989760b1ec9036970 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Apr 13 19:03:42 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 18:51:48 2015 -0600 |
tree | 4f61b4e93c16c32651459dd81c86adf8fe3af6c3 | |
parent | bbbe1af50eb84058d3f6fe5754828ae6514d99a6 [diff] |
x86: queensbay: Avoid using PCH prefix The prefix PCH was taken from ivybridge port. However Queensbay platform official document does not mention PCH. It is composed of TunnelCreek processor and Topcliff IOH chipset. For accuracy, avoid using PCH prefix in the macro. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>