From b81731d9dbe067097388212c138e2bed88ce75d4 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 25 Nov 2019 12:25:54 +0200 Subject: binaryPI: Drop S3_DATA_POS and S3_DATA_SIZE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Direct SPI flash manipulation is forbidden, need to go through respective FMAP and rdev APIs. Change-Id: I765a6084fb26398008f38c0403f808bae19fdae1 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/37192 Reviewed-by: Arthur Heymans Reviewed-by: Michał Żygowski Tested-by: build bot (Jenkins) --- src/cpu/amd/pi/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/cpu/amd/pi') diff --git a/src/cpu/amd/pi/Kconfig b/src/cpu/amd/pi/Kconfig index ee6fa4bb5c..d2824f2503 100644 --- a/src/cpu/amd/pi/Kconfig +++ b/src/cpu/amd/pi/Kconfig @@ -51,14 +51,6 @@ config DCACHE_RAM_SIZE hex default 0x10000 -config S3_DATA_POS - hex - default 0xFFFF0000 - -config S3_DATA_SIZE - int - default 32768 - endif # CPU_AMD_PI source "src/cpu/amd/pi/00630F01/Kconfig" -- cgit v1.2.3