1M boundary for _RAMBASE=1M, and CONFIG_LB_TOPK 8M above support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2152 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
27897c7adc
commit
815ced3f7a
|
@ -30,7 +30,7 @@ static unsigned long get_valid_start_eip(unsigned long orig_start_eip)
|
|||
|
||||
static void copy_secondary_start_to_1m_below(void)
|
||||
{
|
||||
#if _RAMBASE > 0x100000
|
||||
#if _RAMBASE >= 0x100000
|
||||
extern char _secondary_start[];
|
||||
extern char _secondary_start_end[];
|
||||
unsigned long code_size;
|
||||
|
|
Loading…
Reference in New Issue