summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-03 08:21:30 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-04 12:30:18 +0000
commit6b9cff49b004f965c87ccf75680fb942863f871e (patch)
tree54d5498f1752b0b3238493add5a0a269b58ab9b6 /src
parent5a6620277d6232a0d222047cbd7db414fb8585bc (diff)
downloadcoreboot-6b9cff49b004f965c87ccf75680fb942863f871e.tar.gz
coreboot-6b9cff49b004f965c87ccf75680fb942863f871e.tar.bz2
coreboot-6b9cff49b004f965c87ccf75680fb942863f871e.zip
AGESA: Reduce S3_DATA_SIZE
Make some room for C environment bootblock. The S3 resume feature needs less than 2 KiB. Change-Id: Ic49c313d492f1d18f59d61e84f81f106e3b41fb1 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37439 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src')
-rw-r--r--src/cpu/amd/agesa/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig
index 9956579c69be..5e1ff1d6c997 100644
--- a/src/cpu/amd/agesa/Kconfig
+++ b/src/cpu/amd/agesa/Kconfig
@@ -63,7 +63,7 @@ config S3_DATA_POS
config S3_DATA_SIZE
int
- default 32768
+ default 8192
endif # CPU_AMD_AGESA