aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/chili/romstage.c
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-11-24 19:27:47 +0000
committerMichael Niewöhner <foss@mniewoehner.de>2020-11-30 23:08:31 +0000
commite8774933d39fab2cb4eb443f69a583d1fa5bd238 (patch)
tree41a1889d13854ce777dd71bfd50258b7dc7738da /src/mainboard/siemens/chili/romstage.c
parent48b80c134a1c5c3574e73104d6bfd13481568a70 (diff)
mb/siemens/chili: Introduce include folder for header files
Use include folder for header files allowing proper includes. Change-Id: I80066fb925b918d040062397e633c5d499a50dbe Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47973 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens/chili/romstage.c')
-rw-r--r--src/mainboard/siemens/chili/romstage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/siemens/chili/romstage.c b/src/mainboard/siemens/chili/romstage.c
index c1ec7e4982..a981f50a7b 100644
--- a/src/mainboard/siemens/chili/romstage.c
+++ b/src/mainboard/siemens/chili/romstage.c
@@ -4,8 +4,7 @@
#include <soc/cnl_memcfg_init.h>
#include <soc/gpio.h>
#include <soc/romstage.h>
-
-#include "variant.h"
+#include <variant.h>
static void mainboard_init(void)
{