Trivial fix to return type.

Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@415 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2007-06-29 15:22:56 +00:00
commit 12733f41c5

View file

@ -30,7 +30,7 @@
#include <amd_geodelx.h>
#include <southbridge/amd/cs5536/cs5536.h>
int hardware_stage1(void)
void hardware_stage1(void)
{
post_code(POST_START_OF_MAIN);
geodelx_msr_init();