amd/geode: Fix comment about ACPI S3

As RAMTOP gets removed, comment becomes inaccurate.

Change-Id: Iaf25b88a4065d15c0c0682425b1d033e4a36590f
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/15237
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Kyösti Mälkki 2016-06-16 19:50:36 +03:00
parent d71cfd2041
commit e6bab8fb91
2 changed files with 2 additions and 6 deletions

View File

@ -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 */

View File

@ -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 */