commit | 2d7fa427fe56972cd700d544bc4fff645ded6cc0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jan 17 13:46:23 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jan 24 22:34:50 2020 +0900 |
tree | 3935913d7bda59d9c928cc9253b7978115ef0e2f | |
parent | 229e211841e401be31a0bdb3d30cd93e9d578975 [diff] |
uniphier: pass SCP base address as a function parameter Currently, UNIPHIER_SCP_BASE is hard-coded in uniphier_scp_start(), which is not handy for PIE. Towards the goal of making this really position-independent, pass in image_info->image_base. Change-Id: I88e020a1919c607b1d5ce70b116201d95773bb63 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>