[coreboot-gerrit] Patch set updated for coreboot: be1e23b armv7/exynos5420: Clean up unused header and constants in spi.c

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Wed Jul 10 04:00:49 CEST 2013


Gabe Black (gabeblack at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3709

-gerrit

commit be1e23b388f9c06ecd00b4d681f662383a991852
Author: Hung-Te Lin <hungte at chromium.org>
Date:   Wed Jun 26 20:03:47 2013 +0800

    armv7/exynos5420: Clean up unused header and constants in spi.c
    
    Remove unused header and constant definition in SPI module.
    
    Change-Id: I339e603f48186e4a356e83518b0d0b4c907f11b8
    Signed-off-by: Hung-Te Lin <hungte at chromium.org>
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 src/cpu/samsung/exynos5420/spi.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/cpu/samsung/exynos5420/spi.c b/src/cpu/samsung/exynos5420/spi.c
index 642ae23..35fccb2 100644
--- a/src/cpu/samsung/exynos5420/spi.c
+++ b/src/cpu/samsung/exynos5420/spi.c
@@ -22,11 +22,9 @@
 #include <arch/io.h>
 #include <stdlib.h>
 #include <assert.h>
-#include "gpio.h"
-#include "clk.h"
+
 #include "spi.h"
 
-#define OM_STAT		(0x1f << 1)
 #define EXYNOS_BASE_SPI1 ((void *)0x12d30000)
 
 #if defined(CONFIG_DEBUG_SPI) && CONFIG_DEBUG_SPI



More information about the coreboot-gerrit mailing list