mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
a9a4b685de
These are mostly specific to a particular SoC. Add the definitions for Apollo Lake. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
11 lines
162 B
C
11 lines
162 B
C
/* SPDX-License-Identifier: Intel */
|
|
/*
|
|
* Copyright 2019 Google LLC
|
|
*/
|
|
|
|
#ifndef __FSP_VPD_H
|
|
#define __FSP_VPD_H
|
|
|
|
/* Nothing to declare here for FSP2 */
|
|
|
|
#endif
|