drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more
appropriate. Also, factor out post_code() for __PRE_RAM__ code and drop it from some mainboards. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5307 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
83a1dd850b
commit
35b6bbb721
@ -41,8 +41,8 @@ static inline void disable_cache(void)
|
||||
wbinvd();
|
||||
}
|
||||
|
||||
#if !defined( __ROMCC__) && !defined(__PRE_RAM__) && defined (__GNUC__)
|
||||
#if !defined(__PRE_RAM__)
|
||||
void x86_enable_cache(void);
|
||||
#endif /* !__ROMCC__ */
|
||||
#endif
|
||||
|
||||
#endif /* CPU_X86_CACHE */
|
||||
|
Reference in New Issue
Block a user