None of the cs5536 settings in devicetree.cb were ever used and nobody noticed.
Fix it! Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5476 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ba09695b58
commit
4292685f5a
2 changed files with 29 additions and 2 deletions
|
|
@ -693,4 +693,11 @@
|
|||
#define PMLogic_BASE ( 0x9D00)
|
||||
|
||||
|
||||
#if !defined(__ROMCC__) && !defined(ASSEMBLY)
|
||||
#if defined(__PRE_RAM__)
|
||||
#else
|
||||
void cpubug(void);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* CPU_AMD_GX2DEF_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue