[coreboot-gerrit] New patch to review for coreboot: d7a2d9f sb700: Make get_sbdn into normal function

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Nov 9 18:07:55 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/7377

-gerrit

commit d7a2d9f9b1a507cc5ed0ed77fefac2f9774b76d4
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Nov 9 16:33:25 2014 +0100

    sb700: Make get_sbdn into normal function
    
    Change-Id: If665c18c2866290e2cf4a38cc7baadb0f8f3f6b8
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/southbridge/amd/sb700/early_setup.c | 2 +-
 src/southbridge/amd/sb700/sb700.h       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/amd/sb700/early_setup.c b/src/southbridge/amd/sb700/early_setup.c
index b7a5e77..91a2299 100644
--- a/src/southbridge/amd/sb700/early_setup.c
+++ b/src/southbridge/amd/sb700/early_setup.c
@@ -219,7 +219,7 @@ void sb7xx_51xx_disable_wideio(u8 wio_index)
 }
 
 /* what is its usage? */
-u32 __attribute__ ((weak)) get_sbdn(u32 bus)
+u32 get_sbdn(u32 bus)
 {
 	device_t dev;
 
diff --git a/src/southbridge/amd/sb700/sb700.h b/src/southbridge/amd/sb700/sb700.h
index 2cbfdc9..71eb43a 100644
--- a/src/southbridge/amd/sb700/sb700.h
+++ b/src/southbridge/amd/sb700/sb700.h
@@ -78,6 +78,6 @@ void sb7xx_51xx_setup_sata_phys(struct device *dev);
 int s3_save_nvram_early(u32 dword, int size, int  nvram_pos);
 int s3_load_nvram_early(int size, u32 *old_dword, int nvram_pos);
 
-u32 __attribute__ ((weak)) get_sbdn(u32 bus);
+u32 get_sbdn(u32 bus);
 void __attribute__((weak)) enable_fid_change_on_sb(u32 sbbusn, u32 sbdn);
 #endif /* SB700_H */



More information about the coreboot-gerrit mailing list