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 <[email protected]>
Acked-by: Patrick Georgi <[email protected]>


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


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to