diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-22 09:15:13 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-22 09:15:13 +0000 |
commit | 8a7d34bdc7f681e0a6f8ec2413976a926a8bfcf1 (patch) | |
tree | 97d295d342d03598d7fea0e519d0d02d7b74076d /src/mainboard/amd | |
parent | 159b01213202f33e661f9125287b2b3056019dbf (diff) | |
download | coreboot-8a7d34bdc7f681e0a6f8ec2413976a926a8bfcf1.tar.xz |
fix builds...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5138 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/serengeti_cheetah_fam10/romstage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/romstage.c b/src/mainboard/amd/serengeti_cheetah_fam10/romstage.c index 0b136ec910..67c7dbf551 100644 --- a/src/mainboard/amd/serengeti_cheetah_fam10/romstage.c +++ b/src/mainboard/amd/serengeti_cheetah_fam10/romstage.c @@ -74,9 +74,11 @@ static void post_code(u8 value) { #include "northbridge/amd/amdfam10/reset_test.c" #include <console/loglevel.h> +#if 0 void die(const char *msg); int do_printk(int msg_level, const char *fmt, ...) __attribute__((format(printf, 2, 3))); #define printk_emerg(fmt, arg...) do_printk(BIOS_EMERG ,fmt, ##arg) +#endif #include "cpu/x86/bist.h" |