1M boundary for _RAMBASE=1M, and CONFIG_LB_TOPK 8M above support
authorYinghai Lu <yinghailu@gmail.com>
Wed, 4 Jan 2006 20:41:05 +0000 (20:41 +0000)
committerYinghai Lu <yinghailu@gmail.com>
Wed, 4 Jan 2006 20:41:05 +0000 (20:41 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2152 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/x86/lapic/lapic_cpu_init.c

index aa62e244b8b115dce0fbccadf61476de2b1e3835..312b016db55d6aa93461ef429089a934dff566db 100644 (file)
@@ -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;