]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:19 +0000 (10:23 +0200)
commit55edb2c8e09d7fa95087e2fceccabd452f510502
treec7ab9e7c2a88d4ab4dcc31ae244141fb61c5e3d6
parent8f335d56ccfe37dad0f15317011c249b8c63f91f
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