diff options
author | Martin Roth <martin.roth@se-eng.com> | 2015-01-04 15:22:26 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-01-06 06:34:18 +0100 |
commit | 6355cbff51966144d5b709a73e24622df3e96122 (patch) | |
tree | 7c542ed72d0a93e5317b1555b76a8afa172ca939 /src/mainboard/tyan | |
parent | d30746ab6bf2f5237e9a9f5b68719f9651060027 (diff) |
AMD platforms: fix callout_entry doxygen errors
Somewhere along the line, the sb_cfg parameter name was changed to
config, but this wasn't carried into the documentation or the function
prototypes everywhere.
Change-Id: Iccb0829c2f50370dddb70af915a6759316c4727a
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/8098
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r-- | src/mainboard/tyan/s8226/sb700_cfg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/tyan/s8226/sb700_cfg.h b/src/mainboard/tyan/s8226/sb700_cfg.h index c1ee84c1ed..9c566a5127 100644 --- a/src/mainboard/tyan/s8226/sb700_cfg.h +++ b/src/mainboard/tyan/s8226/sb700_cfg.h @@ -228,9 +228,9 @@ void sb700_cimx_config(AMDSBCFG *sb_cfg); * * @param[in] func Southbridge CIMx Function ID. * @param[in] data Southbridge Input Data. - * @param[in] sb_cfg Southbridge configuration structure pointer. + * @param[in] config Southbridge configuration structure pointer. * */ -u32 sb700_callout_entry(u32 func, u32 data, void* sb_cfg); +u32 sb700_callout_entry(u32 func, u32 data, void* config); #endif //_SB700_CFG_H_ |