[coreboot-gerrit] Patch set updated for coreboot: 7b35d7b agesa/hudson: Remove stale declaration hudson_setup_sata_phys

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Nov 9 20:34:51 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7379

-gerrit

commit 7b35d7beb2dbfd272245bc4c849846137d2c21d3
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Nov 9 20:06:26 2014 +0100

    agesa/hudson: Remove stale declaration hudson_setup_sata_phys
    
    Change-Id: Ide31d53b3334bae3f19c75ad0c4584d601838f8f
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/southbridge/amd/agesa/hudson/hudson.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/southbridge/amd/agesa/hudson/hudson.h b/src/southbridge/amd/agesa/hudson/hudson.h
index f67af05..286e11c 100644
--- a/src/southbridge/amd/agesa/hudson/hudson.h
+++ b/src/southbridge/amd/agesa/hudson/hudson.h
@@ -72,7 +72,6 @@ int s3_load_nvram_early(int size, u32 *old_dword, int nvram_pos);
 
 #else
 void hudson_enable(device_t dev);
-void __attribute__((weak)) hudson_setup_sata_phys(struct device *dev);
 void s3_resume_init_data(void *FchParams);
 
 #endif /* __PRE_RAM__ */



More information about the coreboot-gerrit mailing list