drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking for.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5306 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
f733d47544
commit
83a1dd850b
@@ -21,7 +21,7 @@
|
||||
#ifndef SOUTHBRIDGE_AMD_CS5530_CS5530_H
|
||||
#define SOUTHBRIDGE_AMD_CS5530_CS5530_H
|
||||
|
||||
#if !defined( __ROMCC__ ) && !defined(__PRE_RAM__)
|
||||
#if !defined(__PRE_RAM__)
|
||||
#include "chip.h"
|
||||
void cs5530_enable(device_t dev);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user