[U-Boot] [PATCH] x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG

Simon Glass sjg at chromium.org
Sat Aug 8 16:10:13 CEST 2015


On 8 August 2015 at 08:01, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
>  arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h  | 1 -
>  arch/x86/include/asm/arch-queensbay/fsp/fsp_vpd.h | 1 -
>  arch/x86/lib/fsp/fsp_support.c                    | 3 +--
>  3 files changed, 1 insertion(+), 4 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list