Ronald G. Minnich ([email protected]) just uploaded a new patch set to gerrit, 
which you can find at http://review.coreboot.org/2019

-gerrit

commit 261af0dddc7390357feb7fd54545c59e10be31a6
Author: Ronald G. Minnich <[email protected]>
Date:   Mon Dec 10 21:27:02 2012 -0800

    Remove un-needed i2c.h include
    
    When we need i2c for this cpu we will use the coreboot
    smbus code.
    
    Change-Id: I4ba4cc9ae10e5ca830d621ee9c8d9f7bd2129e2f
    Signed-off-by: Ronald G. Minnich <[email protected]>
---
 src/cpu/samsung/exynos5250/power.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cpu/samsung/exynos5250/power.c 
b/src/cpu/samsung/exynos5250/power.c
index 5135ae6..f8062d1 100644
--- a/src/cpu/samsung/exynos5250/power.c
+++ b/src/cpu/samsung/exynos5250/power.c
@@ -29,7 +29,6 @@
 #include <cpu/samsung/exynos5250/power.h>
 #include <cpu/samsung/exynos5250/sysreg.h>
 #include <cpu/samsung/exynos5-common/spl.h>
-#include <device/i2c.h>
 #include <drivers/power/max77686.h>
 
 static void ps_hold_setup(void)

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to