diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2016-06-15 19:13:03 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-21 00:44:58 +0200 |
commit | 41bcf8adbf4810f5564f028dc070716d7770418e (patch) | |
tree | cacf02359be3a71ead15129a97c6494d7b3785ea /src/mainboard/google/tidus/spd | |
parent | 408d3928236f275633f8656cc12e32949d304d9f (diff) |
mb/google: remove superfluous header includes in bdw chromeboxes
Change-Id: I71443c7547a113bf9b64d48fe5a85c6e2302c8aa
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/15208
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'src/mainboard/google/tidus/spd')
-rw-r--r-- | src/mainboard/google/tidus/spd/spd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/google/tidus/spd/spd.c b/src/mainboard/google/tidus/spd/spd.c index d02c9256d6..bf5bda08e8 100644 --- a/src/mainboard/google/tidus/spd/spd.c +++ b/src/mainboard/google/tidus/spd/spd.c @@ -13,13 +13,7 @@ * GNU General Public License for more details. */ -#include <arch/byteorder.h> -#include <cbfs.h> -#include <console/console.h> -#include <string.h> -#include <soc/gpio.h> #include <soc/pei_data.h> -#include <soc/romstage.h> #include <mainboard/google/tidus/spd/spd.h> /* Copy SPD data for on-board memory */ |