janitor task: unify and cleanup naming.
cache_as_ram_auto.c and auto.c are both called "romstage.c" now. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5092 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
d51eddbb66
commit
38f147ed3d
@@ -63,7 +63,7 @@ static void __console_tx_string(int loglevel, const char *str)
|
||||
}
|
||||
|
||||
/* Actually this should say defined(__ROMCC__) but that define is explicitly
|
||||
* set in some auto.c files to trigger the simple device_t version to be used.
|
||||
* set in some romstage.c files to trigger the simple device_t version to be used.
|
||||
* So __GNUCC__ does the right thing here.
|
||||
*/
|
||||
#if defined (__ROMCC__)
|
||||
|
Reference in New Issue
Block a user