Trivial, but brown paper bag worthy:

#ifdef CONFIG_foo
is a bad idea with our build system


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


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4316 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2009-05-27 14:57:53 +00:00
parent a034dca42c
commit f2a4e63f92
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ __main:
movl $0x4000000, %esp movl $0x4000000, %esp
movl %esp, %ebp movl %esp, %ebp
pushl %esi pushl %esi
#ifdef CONFIG_CBFS #if CONFIG_CBFS == 1
pushl $str_coreboot_ram_name pushl $str_coreboot_ram_name
call cbfs_and_run_core call cbfs_and_run_core
#else #else