commit | 16d2047e1a1b6eedd87ace007ae1422d5cb3541f | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Thu Dec 05 18:11:52 2019 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Thu Dec 26 20:34:28 2019 +0800 |
tree | 560974f4fcec2b260f8c5479d719a1396a6d701c | |
parent | 54c5338e0744f1f37815f766dfb856e27e248dfa [diff] |
rockchip: fit_spl_optee: get text and optee base from build Instead of hardcode the base address, we can get them from the build output, eg. get the SYS_TEXT_BASE from .config and get optee base from DRAM_BASE. We can use this script for SoCs with DRAM base not from 0x60000000(rk3229 and many other 32bit Rockchip SoCs), eg. rk3288 DRAM base is 0. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>