ChromeOS boards: Fix includes

Change-Id: Ib8448f3d36a23538cd9fea897f09da3ec4ad007a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5647
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Kyösti Mälkki 2014-05-03 16:47:52 +03:00
parent 1645589ce7
commit ab7280970a
8 changed files with 8 additions and 6 deletions

View File

@ -19,7 +19,7 @@
#include <console/console.h> #include <console/console.h>
#include <string.h> #include <string.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <bootmode.h>
#include <arch/io.h> #include <arch/io.h>
#include <device/device.h> #include <device/device.h>
#include <device/pci.h> #include <device/pci.h>

View File

@ -18,7 +18,7 @@
*/ */
#include <string.h> #include <string.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <bootmode.h>
#include <arch/io.h> #include <arch/io.h>
#include <device/device.h> #include <device/device.h>
#include <device/pci.h> #include <device/pci.h>

View File

@ -19,7 +19,7 @@
#include <console/console.h> #include <console/console.h>
#include <string.h> #include <string.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <bootmode.h>
#include <arch/io.h> #include <arch/io.h>
#include <device/device.h> #include <device/device.h>
#include <device/pci.h> #include <device/pci.h>

View File

@ -23,6 +23,7 @@
#include <ec/google/chromeec/ec_commands.h> #include <ec/google/chromeec/ec_commands.h>
#include <string.h> #include <string.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <vendorcode/google/chromeos/chromeos.h>
#include <bootmode.h>
#include <cpu/samsung/exynos5420/cpu.h> #include <cpu/samsung/exynos5420/cpu.h>
#include <cpu/samsung/exynos5420/gpio.h> #include <cpu/samsung/exynos5420/gpio.h>

View File

@ -23,6 +23,7 @@
#include <ec/google/chromeec/ec_commands.h> #include <ec/google/chromeec/ec_commands.h>
#include <string.h> #include <string.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <vendorcode/google/chromeos/chromeos.h>
#include <bootmode.h>
#include <cpu/samsung/exynos5250/cpu.h> #include <cpu/samsung/exynos5250/cpu.h>
#include <cpu/samsung/exynos5250/gpio.h> #include <cpu/samsung/exynos5250/gpio.h>

View File

@ -31,7 +31,7 @@
#include <cpu/cpu.h> #include <cpu/cpu.h>
#include <cpu/x86/msr.h> #include <cpu/x86/msr.h>
#include <vendorcode/google/chromeos/gnvs.h> #include <vendorcode/google/chromeos/gnvs.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <bootmode.h>
#include <ec/quanta/it8518/ec.h> #include <ec/quanta/it8518/ec.h>
#include "ec.h" #include "ec.h"
#include "onboard.h" #include "onboard.h"

View File

@ -18,7 +18,7 @@
*/ */
#include <string.h> #include <string.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <bootmode.h>
#include <arch/io.h> #include <arch/io.h>
#include <console/console.h> #include <console/console.h>
#include <device/device.h> #include <device/device.h>

View File

@ -18,7 +18,7 @@
*/ */
#include <string.h> #include <string.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <bootmode.h>
#include <arch/io.h> #include <arch/io.h>
#include <device/device.h> #include <device/device.h>
#include <device/pci.h> #include <device/pci.h>