From e6bab8fb91aaf85fbd98a1a16b0b6b6bb3eabf62 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 16 Jun 2016 19:50:36 +0300 Subject: amd/geode: Fix comment about ACPI S3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As RAMTOP gets removed, comment becomes inaccurate. Change-Id: Iaf25b88a4065d15c0c0682425b1d033e4a36590f Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/15237 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/cpu/amd/geode_gx2/cache_as_ram.inc | 4 +--- src/cpu/amd/geode_lx/cache_as_ram.inc | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/amd/geode_gx2/cache_as_ram.inc b/src/cpu/amd/geode_gx2/cache_as_ram.inc index e0beba0b64..bd9de282a8 100644 --- a/src/cpu/amd/geode_gx2/cache_as_ram.inc +++ b/src/cpu/amd/geode_gx2/cache_as_ram.inc @@ -181,9 +181,7 @@ done_cache_as_ram_main: __main: post_code(POST_PREPARE_RAMSTAGE) - /* TODO For suspend/resume the cache will have to live between - * CONFIG_RAMBASE and CONFIG_RAMTOP - */ + /* TODO For suspend/resume low memory needs backup store. */ cld /* clear direction flag */ diff --git a/src/cpu/amd/geode_lx/cache_as_ram.inc b/src/cpu/amd/geode_lx/cache_as_ram.inc index 9b34a6371c..cbc5cb817d 100644 --- a/src/cpu/amd/geode_lx/cache_as_ram.inc +++ b/src/cpu/amd/geode_lx/cache_as_ram.inc @@ -208,9 +208,7 @@ done_cache_as_ram_main: __main: post_code(POST_PREPARE_RAMSTAGE) - /* TODO For suspend/resume the cache will have to live between - * CONFIG_RAMBASE and CONFIG_RAMTOP - */ + /* TODO For suspend/resume low memory needs backup store. */ cld /* clear direction flag */ -- cgit v1.2.3