diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-09 11:37:58 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-09 11:37:58 +0000 |
commit | c666a64395efd7472ff6f5de5589593c7d5f8e33 (patch) | |
tree | e3846428baa3fcd7ff9040b44dcb933a8dc0ccf0 /src/arch/i386/init | |
parent | 6a445e812604edaa0f11c99d835eddaeefa83d3b (diff) |
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>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5390 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/init')
-rw-r--r-- | src/arch/i386/init/crt0_prologue.inc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/arch/i386/init/crt0_prologue.inc b/src/arch/i386/init/crt0_prologue.inc index f5d8b6f659..3c3fa1d859 100644 --- a/src/arch/i386/init/crt0_prologue.inc +++ b/src/arch/i386/init/crt0_prologue.inc @@ -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 |