diff options
author | Julius Werner <jwerner@chromium.org> | 2014-10-20 13:46:39 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-07 18:23:23 +0200 |
commit | 4ee4bd5bb000b5c78e3d4a3f0113fe1e46e44851 (patch) | |
tree | b784e37198840e63eb5dacc5aa5611543d06b5d0 /src/mainboard/google/samus/smihandler.c | |
parent | 18ea2d3fbdf89f60a74dc8aabfdb2aa4d3475754 (diff) | |
download | coreboot-4ee4bd5bb000b5c78e3d4a3f0113fe1e46e44851.tar.xz |
broadwell: Change all SoC headers to <soc/headername.h> system
This patch aligns broadwell to the new SoC header include scheme.
BUG=None
TEST=Tested with whole series. Compiled Auron and Samus.
Change-Id: I0cb6aa3d17ce28890e586be1c2c7ad16d91dd925
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 23bcaa8110c4b63999c6ebf370045e9bef87ce6e
Original-Change-Id: I613ec0e2b970c75d1f8f7d9bb454bcf11abc78f0
Original-Signed-off-by: Julius Werner <jwerner@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/224507
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/9364
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/mainboard/google/samus/smihandler.c')
-rw-r--r-- | src/mainboard/google/samus/smihandler.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/google/samus/smihandler.c b/src/mainboard/google/samus/smihandler.c index a97f4269e4..faccbc130b 100644 --- a/src/mainboard/google/samus/smihandler.c +++ b/src/mainboard/google/samus/smihandler.c @@ -21,15 +21,15 @@ #include <arch/io.h> #include <console/console.h> #include <cpu/x86/smm.h> -#include <broadwell/pm.h> -#include <broadwell/smm.h> +#include <soc/pm.h> +#include <soc/smm.h> #include <elog.h> #include <ec/google/chromeec/ec.h> -#include <broadwell/gpio.h> -#include <broadwell/iomap.h> -#include <broadwell/nvs.h> -#include <broadwell/pm.h> -#include <broadwell/smm.h> +#include <soc/gpio.h> +#include <soc/iomap.h> +#include <soc/nvs.h> +#include <soc/pm.h> +#include <soc/smm.h> #include "ec.h" #include "gpio.h" |