summaryrefslogtreecommitdiffstats
path: root/src/mainboard/bap/ode_e20XX/buildOpts.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-08-31 08:52:12 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-13 22:51:15 +0000
commitc8e4742f918b6029137bbe4e5d8fda9df52cb274 (patch)
tree54db4bf57d080e01e1f63ee7ca6ac189618c2b42 /src/mainboard/bap/ode_e20XX/buildOpts.c
parentf7d0f02b367199603e554fb424164a9a31d67afc (diff)
downloadcoreboot-c8e4742f918b6029137bbe4e5d8fda9df52cb274.tar.gz
coreboot-c8e4742f918b6029137bbe4e5d8fda9df52cb274.tar.bz2
coreboot-c8e4742f918b6029137bbe4e5d8fda9df52cb274.zip
AGESA vendorcode: Move PlatformInstall.h
All thse Option.*Install.h files are about configuring what eventually is referenced in the final libagesa build. It's self-contained so isolate these together with PlatformInstall.h to hide them from rest of the build. Change-Id: Id9d90a3366bafc1ad01434599d2ae1302887d88c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21298 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/bap/ode_e20XX/buildOpts.c')
-rw-r--r--src/mainboard/bap/ode_e20XX/buildOpts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/bap/ode_e20XX/buildOpts.c b/src/mainboard/bap/ode_e20XX/buildOpts.c
index 44e4a750ec85..2631bbaef00a 100644
--- a/src/mainboard/bap/ode_e20XX/buildOpts.c
+++ b/src/mainboard/bap/ode_e20XX/buildOpts.c
@@ -340,4 +340,4 @@ GPIO_CONTROL gizmo2_gpio[] = {
#define DFLT_MEMORY_QUADRANK_TYPE QUADRANK_UNBUFFERED
#define DFLT_VRM_SLEW_RATE (5000)
-#include "PlatformInstall.h"
+#include <PlatformInstall.h>