commit | c44ed64fdb682e057c95e939d8bf264b5bb34b6e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat Aug 08 22:01:23 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 03:24:21 2015 -0600 |
tree | 1739e5c448f97666a34a9b50ca9420341f80aa3c | |
parent | 74fdb58af7864c63811c07e0edf2a762bf837ac0 [diff] |
x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG When using different release version of Intel FSP, the VPD_IMAGE_REV is different (ie: BayTrail Gold 3 is 0x0303 while Gold 4 is 0x0304). Remove the asserting of this so that U-Boot does not hang in a debug build. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>