aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/init/crt0_prologue.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/init/crt0_prologue.inc')
-rw-r--r--src/arch/i386/init/crt0_prologue.inc9
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