Author: stepan Date: Mon Dec 27 14:30:39 2010 New Revision: 6217 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6217
Log: __PRE_RAM__ is defined by the makefile Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/northbridge/via/vx800/examples/romstage.c Modified: trunk/src/northbridge/via/vx800/examples/romstage.c ============================================================================== --- trunk/src/northbridge/via/vx800/examples/romstage.c Mon Dec 27 14:29:38 2010 (r6216) +++ trunk/src/northbridge/via/vx800/examples/romstage.c Mon Dec 27 14:30:39 2010 (r6217) @@ -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> -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

