Unify use of post_code
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6487 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
1fa61ebb33
commit
5005bb06c1
@@ -10,7 +10,6 @@
|
||||
#include "chip.h"
|
||||
#include "northbridge/amd/gx2/northbridge.h"
|
||||
#include <cpu/amd/gx2def.h>
|
||||
#include <cpu/amd/geode_post_code.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include "southbridge/amd/cs5535/cs5535.h"
|
||||
@@ -277,7 +276,7 @@ chipsetinit(void)
|
||||
return;
|
||||
}
|
||||
|
||||
outb( P80_CHIPSET_INIT, 0x80);
|
||||
post_code(P80_CHIPSET_INIT);
|
||||
ChipsetGeodeLinkInit();
|
||||
|
||||
#ifdef UNUSED_CODE
|
||||
|
@@ -30,7 +30,6 @@
|
||||
#include <pc80/i8259.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/amd/vr.h>
|
||||
#include <cpu/amd/geode_post_code.h>
|
||||
#include <stdlib.h>
|
||||
#include "chip.h"
|
||||
#include "cs5536.h"
|
||||
|
Reference in New Issue
Block a user