Ronald G. Minnich (rminnich@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2017
-gerrit
commit c72d82a62ef937064bdbd014e1a18b71893f34e1 Author: Ronald G. Minnich rminnich@gmail.com Date: Mon Dec 10 14:51:09 2012 -0800
Correct the location of the include file
The max include file is in src/drivers/power.
Change-Id: I2e663b472cade17fc50edbb449c0e54fd4a991eb Signed-off-by: Ronald G. Minnich rminnich@gmail.com --- src/cpu/samsung/exynos5250/power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpu/samsung/exynos5250/power.c b/src/cpu/samsung/exynos5250/power.c index 2000fee..5135ae6 100644 --- a/src/cpu/samsung/exynos5250/power.c +++ b/src/cpu/samsung/exynos5250/power.c @@ -30,7 +30,7 @@ #include <cpu/samsung/exynos5250/sysreg.h> #include <cpu/samsung/exynos5-common/spl.h> #include <device/i2c.h> -#include <device/power/max77686.h> +#include <drivers/power/max77686.h>
static void ps_hold_setup(void) {