aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h
diff options
context:
space:
mode:
authorBrandon Breitenstein <brandon.breitenstein@intel.com>2016-08-31 13:46:58 -0700
committerMartin Roth <martinroth@google.com>2016-09-02 18:12:57 +0200
commiteb2e688a8ef8849c35d9cff68daaacb42cfca021 (patch)
treef46a30d1264f0ec71ea6e0fd7624400653a3ccdc /src/drivers/intel/fsp2_0/include/fsp/soc_binding.h
parentc31ba0ef529ef571ea839572f2c701a871cb33d7 (diff)
apollolake: relocate fsp header files to vendorcode
FSP header files should be located in vendorcode, not soc directory. This patch includes changes any references to the old location to the new location. Change-Id: I44270392617418ec1b9dec15ee187863f2503341 Signed-off-by: Brandon Breitenstein <brandon.breitenstein@intel.com> Reviewed-on: https://review.coreboot.org/16310 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/drivers/intel/fsp2_0/include/fsp/soc_binding.h')
-rw-r--r--src/drivers/intel/fsp2_0/include/fsp/soc_binding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h b/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h
index 6369986d2a..1ff843529c 100644
--- a/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h
+++ b/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h
@@ -22,8 +22,8 @@
* FSP implementations for different chipsets.
*/
#include <Base.h>
-#include <soc/fsp/FspmUpd.h>
-#include <soc/fsp/FspsUpd.h>
+#include <FspmUpd.h>
+#include <FspsUpd.h>
#pragma pack(pop)