summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-01-05 13:03:02 +0000
committerStefan Reinauer <stepan@openbios.org>2010-01-05 13:03:02 +0000
commita0c68f864e9095a94c684183deb41f706e0bd1c3 (patch)
tree3dc2dd84c9c18ee1891ce89f884ee2d0e4486f12 /util
parent1f807fd42f4c4d175c2af1357979fdf235f0be9a (diff)
downloadcoreboot-staging-a0c68f864e9095a94c684183deb41f706e0bd1c3.zip
coreboot-staging-a0c68f864e9095a94c684183deb41f706e0bd1c3.tar.gz
* Explicitly add __PRE_RAM__ where it should be added.
* Don't implicitly add __PRE_RAM__ in romcc. Fixes intel/xe7501devkit Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4998 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r--util/romcc/romcc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/romcc/romcc.c b/util/romcc/romcc.c
index 5712f34..35bd35a 100644
--- a/util/romcc/romcc.c
+++ b/util/romcc/romcc.c
@@ -3616,7 +3616,6 @@ static void register_builtin_macros(struct compile_state *state)
tm = localtime(&now);
register_builtin_macro(state, "__ROMCC__", VERSION_MAJOR);
- register_builtin_macro(state, "__PRE_RAM__", VERSION_MAJOR);
register_builtin_macro(state, "__ROMCC_MINOR__", VERSION_MINOR);
register_builtin_macro(state, "__FILE__", "\"This should be the filename\"");
register_builtin_macro(state, "__LINE__", "54321");
OpenPOWER on IntegriCloud