[coreboot] [v2] r4316 - trunk/coreboot-v2/src/arch/i386/init

svn at coreboot.org svn at coreboot.org
Wed May 27 16:57:53 CEST 2009


Author: oxygene
Date: 2009-05-27 16:57:53 +0200 (Wed, 27 May 2009)
New Revision: 4316

Modified:
   trunk/coreboot-v2/src/arch/i386/init/crt0.S.lb
Log:
Trivial, but brown paper bag worthy:
#ifdef CONFIG_foo
is a bad idea with our build system


Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>


Modified: trunk/coreboot-v2/src/arch/i386/init/crt0.S.lb
===================================================================
--- trunk/coreboot-v2/src/arch/i386/init/crt0.S.lb	2009-05-27 14:19:31 UTC (rev 4315)
+++ trunk/coreboot-v2/src/arch/i386/init/crt0.S.lb	2009-05-27 14:57:53 UTC (rev 4316)
@@ -73,7 +73,7 @@
 	movl	$0x4000000, %esp
 	movl	%esp, %ebp
 	pushl %esi
-#ifdef CONFIG_CBFS
+#if CONFIG_CBFS == 1
 	pushl $str_coreboot_ram_name
 	call cbfs_and_run_core
 #else





More information about the coreboot mailing list