Ronald G. Minnich ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2015
-gerrit commit 49f7023d1c677ddc9e9b0d849a3c420fe5d38346 Author: Ronald G. Minnich <[email protected]> Date: Mon Dec 10 13:57:43 2012 -0800 Removed an unneeded include file This file builds fine without including arch/types.h Signed-off-by: Ronald G. Minnich <[email protected]> Change-Id: Icd38cf429576a2a1a33ebca84389526feddfc169 --- src/cpu/samsung/exynos5-common/spl_boot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/samsung/exynos5-common/spl_boot.c b/src/cpu/samsung/exynos5-common/spl_boot.c index 8ae0511..a734d5c 100644 --- a/src/cpu/samsung/exynos5-common/spl_boot.c +++ b/src/cpu/samsung/exynos5-common/spl_boot.c @@ -54,7 +54,6 @@ #include <system.h> #include <arch/io.h> -#include <arch/types.h> /* FIXME(dhendrix): clean out u-boot global data stuff */ //DECLARE_GLOBAL_DATA_PTR; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

