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:
parent
84de16e299
commit
ae06e61ee3
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue