diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2010-12-27 13:30:39 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-12-27 13:30:39 +0000 |
commit | 50e723368970d765e18971bd303f28558c2cb61f (patch) | |
tree | 75625499b24a991295531bde463ab6eef0ac4879 /src | |
parent | 1c2c75098eab5f80ab8c50180061fe44fe797518 (diff) |
__PRE_RAM__ is defined by the makefile
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6217 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/via/vx800/examples/romstage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/via/vx800/examples/romstage.c b/src/northbridge/via/vx800/examples/romstage.c index 77029eb58a..f0db47b190 100644 --- a/src/northbridge/via/vx800/examples/romstage.c +++ b/src/northbridge/via/vx800/examples/romstage.c @@ -18,8 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#define ASSEMBLY 1 -#define __PRE_RAM__ #include <stdint.h> #include <device/pci_def.h> |