Author: stepan Date: Fri Apr 9 13:37:58 2010 New Revision: 5390 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5390
Log: drop unused files, and we only use ASM_LOG_LEVEL in one file now (LX CAR)
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Deleted: trunk/src/arch/i386/lib/jmp_auto.inc trunk/src/arch/i386/lib/jmp_auto_out.inc trunk/src/arch/i386/lib/noop_failover.inc Modified: trunk/src/arch/i386/init/crt0_prologue.inc
Modified: trunk/src/arch/i386/init/crt0_prologue.inc ============================================================================== --- trunk/src/arch/i386/init/crt0_prologue.inc Fri Apr 9 13:34:59 2010 (r5389) +++ trunk/src/arch/i386/init/crt0_prologue.inc Fri Apr 9 13:37:58 2010 (r5390) @@ -6,18 +6,13 @@ * published by the Free Software Foundation; version 2 of the License. */
- #include <arch/asm.h> #include <arch/intel.h> #include <console/loglevel.h>
-#ifndef ASM_CONSOLE_LOGLEVEL -#define ASM_CONSOLE_LOGLEVEL CONFIG_MAXIMUM_CONSOLE_LOGLEVEL -#endif - /* - * This is the entry code the code in .reset section - * jumps to this address. + * This is the entry code. + * The code in the .reset section jumps to this address. * */ .section ".rom.data", "a", @progbits