commit | 229e211841e401be31a0bdb3d30cd93e9d578975 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jan 17 13:46:13 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jan 24 22:34:50 2020 +0900 |
tree | cec6519a218a3c4c982ace414b64c443d03d3571 | |
parent | e44b8c6777b30127098c8b4dbe10856fa8be5252 [diff] |
uniphier: set buffer offset and length for io_block dynamically Currently, the .buffer field in io_block_dev_spec is statically set, which is not handy for PIE. Towards the goal of making this really position-independent, set the buffer length and length in the uniphier_io_block_setup() function. Change-Id: I22b20d7b58d6ffd38f64f967a2820fca4bd7dade Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>