diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/amd/geode_gx2/cache_as_ram.inc | 4 | ||||
-rw-r--r-- | src/cpu/amd/geode_lx/cache_as_ram.inc | 4 |
2 files changed, 2 insertions, 6 deletions
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 */ |