UPSTREAM: amd/geode: Fix comment about ACPI S3

As RAMTOP gets removed, comment becomes inaccurate.

Change-Id: Iaf25b88a4065d15c0c0682425b1d033e4a36590f
Original-Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com>
Original-Reviewed-on: https://review.coreboot.org/15237
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
(cherry-picked from commit e6bab8fb91)
Signed-off-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/354192
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Kyösti Mälkki 2016-06-16 19:50:36 +03:00 committed by chrome-bot
commit 3553ffa376
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 */