summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorDenis Brockus <dbrockus@chromium.org>2019-06-18 10:24:34 -0600
committerCommit Bot <commit-bot@chromium.org>2019-06-18 21:23:07 +0000
commit47253f9f4b3968c3bd8e1a731e730fe2aab614c6 (patch)
tree825b095fe7b46aafdd0203e598c1fcbf076c209f /core
parentefbdc0df890dc45ef7baddc85a1649e9dd2983d8 (diff)
downloadchrome-ec-47253f9f4b3968c3bd8e1a731e730fe2aab614c6.tar.gz
ish: snowball linker cleanup
Change AON_ROM references to be AON_PERSISTENT, these are not readonly Use the linker to set a snowball structure in the right place so we do not have to maintain hardcoded addresses in the register file BUG=b:132690500 BRANCH=none TEST=make buildall -j and check map location of snowball to be correct Change-Id: I4983a078fbd067b9c7ec9f0c49f962a4cb1581b7 Signed-off-by: Denis Brockus <dbrockus@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1664593 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'core')
-rw-r--r--core/minute-ia/ec.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/minute-ia/ec.lds.S b/core/minute-ia/ec.lds.S
index 2a303a1f94..bf474130cc 100644
--- a/core/minute-ia/ec.lds.S
+++ b/core/minute-ia/ec.lds.S
@@ -208,6 +208,6 @@ SECTIONS
def_irq_high = ABSOLUTE(default_int_handler) >> 16;
#ifdef CONFIG_ISH_PM_AONTASK
- ish_persistent_data_aon = ABSOLUTE(CONFIG_AON_ROM_BASE);
+ ish_persistent_data_aon = ABSOLUTE(CONFIG_AON_PERSISTENT_BASE);
#endif
}