commit | 3e6945e919608bb071de6006a048853a2ea07c66 | [log] [tgz] |
---|---|---|
author | Heiko Stuebner <heiko@sntech.de> | Wed May 29 12:03:38 2019 +0200 |
committer | Heiko Stuebner <heiko@sntech.de> | Wed May 29 12:06:30 2019 +0200 |
tree | 2dcbb5e15ca8f4fa12d73b762b8b827d93a4f080 | |
parent | 89a4d269146c90e944ea36d4afb39b27d82b23e2 [diff] |
rockchip: drop rockchip-specific imported linker symbols for bl31 In the rockchip bl31 setup the __RO_START__ and __RO_END__ symbols are currently imported into special BL31_RO_* constants while the general code also imports them as BL_CODE_BASE and BL_CODE_END. So we can just use the general symbols and can drop the duplication. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Change-Id: Ibf1b48ad80bed897247a1690a32711030479262d