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:
parent
a034dca42c
commit
f2a4e63f92
|
@ -73,7 +73,7 @@ __main:
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue