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>
Reviewed-on: http://review.coreboot.org/2017
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
Ronald G. Minnich 2012-12-10 14:51:09 -08:00
parent 84de16e299
commit ae06e61ee3
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{