[coreboot] New patch to review for coreboot: 49f7023 Removed an unneeded include file

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Mon Dec 10 22:58:46 CET 2012


Ronald G. Minnich (rminnich at gmail.com) 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 <rminnich at gmail.com>
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 <rminnich at gmail.com>
    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;



More information about the coreboot mailing list