diff options
Diffstat (limited to 'src/cpu/amd/geode_gx2/Kconfig')
-rw-r--r-- | src/cpu/amd/geode_gx2/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/amd/geode_gx2/Kconfig b/src/cpu/amd/geode_gx2/Kconfig index e00fea4eac..b867e3701b 100644 --- a/src/cpu/amd/geode_gx2/Kconfig +++ b/src/cpu/amd/geode_gx2/Kconfig @@ -37,6 +37,14 @@ config DCACHE_RAM_SIZE hex default 0x04000 +config DCACHE_BSP_STACK_SIZE + hex + default 0x1000 + +config DCACHE_AP_STACK_SIZE + hex + default 0x400 + config GEODE_VSA bool default y |