src: Get rid of non-local header treated as local
Change-Id: I2c5edadfd035c9af08af9ee326a5a2dc8b840faa Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27331 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
870f69e221
commit
65bb5434f6
@@ -27,7 +27,7 @@
|
||||
#include <console/console.h>
|
||||
#include <drivers/intel/fsp1_0/fsp_util.h>
|
||||
#include <program_loading.h>
|
||||
#include "northbridge/intel/fsp_rangeley/northbridge.h"
|
||||
#include <northbridge/intel/fsp_rangeley/northbridge.h>
|
||||
#include "southbridge/intel/fsp_rangeley/soc.h"
|
||||
#include "southbridge/intel/fsp_rangeley/gpio.h"
|
||||
#include "southbridge/intel/fsp_rangeley/romstage.h"
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#if IS_ENABLED(CONFIG_INTEL_LYNXPOINT_LP)
|
||||
#include "lp_gpio.h"
|
||||
#else
|
||||
#include "southbridge/intel/common/gpio.h"
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#endif
|
||||
|
||||
const struct rcba_config_instruction pch_early_config[] = {
|
||||
|
Reference in New Issue
Block a user