xref: /openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h (revision 407b5b956a2e0facf6668fc8b295f4be9205c83e)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
4  */
5 
6 #ifndef __FSP_VPD_H__
7 #define __FSP_VPD_H__
8 
9 /* IvyBridge FSP does not support VPD/UPD */
10 
11 #endif
12