x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG
authorBin Meng <bmeng.cn@gmail.com>
Sat, 8 Aug 2015 14:01:23 +0000 (22:01 +0800)
committerSimon Glass <sjg@chromium.org>
Fri, 14 Aug 2015 09:24:21 +0000 (03:24 -0600)
commitda60fb79349320a21fd0b7c1e602fa492291d1f7
tree1739e5c448f97666a34a9b50ca9420341f80aa3c
parentf3b84a3032dd989a029320d9512846f48276db95
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>
arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h
arch/x86/include/asm/arch-queensbay/fsp/fsp_vpd.h
arch/x86/lib/fsp/fsp_support.c