diff options
Diffstat (limited to 'src/arch/mips/Kconfig')
-rw-r--r-- | src/arch/mips/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/mips/Kconfig b/src/arch/mips/Kconfig index 71e5dc84eb..10349f2d1b 100644 --- a/src/arch/mips/Kconfig +++ b/src/arch/mips/Kconfig @@ -39,8 +39,3 @@ config ARCH_ROMSTAGE_MIPS config ARCH_RAMSTAGE_MIPS bool default n - -# Mark SMP stack size as 0 since we keep using SRAM stack throughout ramstage. -config STACK_SIZE - hex - default 0x0 |