diff --git a/arch/x86/stage0_i586.S b/arch/x86/stage0_i586.S index fd72912b28..028c5a8d8d 100644 --- a/arch/x86/stage0_i586.S +++ b/arch/x86/stage0_i586.S @@ -214,8 +214,9 @@ __protected_stage0: #define CacheSize CONFIG_CARSIZE #endif +/* pick a safer value for default -- i.e. not the C segment! */ #ifndef CONFIG_CARBASE -#define CacheBase (0xd0000 - CacheSize) +#define CacheBase (0x90000 - CacheSize) #else #define CacheBase CONFIG_CARBASE #endif