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:
parent
d71cfd2041
commit
e6bab8fb91
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue