[coreboot-gerrit] New patch to review for coreboot: 1a0eedf exynos5420: Make the ps_hold_setup function public.

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Tue Jul 9 05:29:06 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/3657

-gerrit

commit 1a0eedf3a550beb35af949e706b5105f9dc293b5
Author: Gabe Black <gabeblack at google.com>
Date:   Fri May 17 11:17:15 2013 -0700

    exynos5420: Make the ps_hold_setup function public.
    
    This function had been declared in a public header file, but was marked
    static when actually defined.
    
    Change-Id: Ia551a5a12e7dbaf7bc00861e085695145ab7b91a
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 src/cpu/samsung/exynos5420/power.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cpu/samsung/exynos5420/power.c b/src/cpu/samsung/exynos5420/power.c
index 029efc9..82791b6 100644
--- a/src/cpu/samsung/exynos5420/power.c
+++ b/src/cpu/samsung/exynos5420/power.c
@@ -24,9 +24,10 @@
 #include <arch/hlt.h>
 #include "cpu.h"
 #include "power.h"
+#include "setup.h"
 #include "sysreg.h"
 
-static void ps_hold_setup(void)
+void ps_hold_setup(void)
 {
 	struct exynos5_power *power =
 		samsung_get_base_power();



More information about the coreboot-gerrit mailing list