From 6e37b0acb6b760352fe3aa5905a6234ac7969e5b Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 17 Apr 2017 06:45:56 +0300 Subject: binaryPI: Enable EARLY_CBMEM_INIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also moves postcar stack to CBMEM. Change-Id: I0263af9561e0367bbbde4d5c3190039f4c3047a0 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/19347 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Ricardo Ribalda Delgado Reviewed-by: Philippe Mathieu-Daudé --- src/northbridge/amd/pi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/amd/pi/Kconfig') diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig index 6f4c4b73be..7da2ae9e64 100644 --- a/src/northbridge/amd/pi/Kconfig +++ b/src/northbridge/amd/pi/Kconfig @@ -17,7 +17,7 @@ config NORTHBRIDGE_AMD_PI bool default y if CPU_AMD_PI default n - select LATE_CBMEM_INIT + select CBMEM_TOP_BACKUP if NORTHBRIDGE_AMD_PI -- cgit v1.2.3