diff options
author | davidcunado-arm <david.cunado@arm.com> | 2016-11-25 09:42:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 09:42:37 +0000 |
commit | 805972feada77f53344dfb2ef3491e8c1f0dd638 (patch) | |
tree | 0180a32bd7d2fb508ad05f2a542e2c603ea859fa | |
parent | 2fa94890aebe74f0279a4bb796471aaa049815d2 (diff) | |
parent | aa2345e9179c54f69d3306df77816956e774b1c2 (diff) |
Merge pull request #765 from Xilinx/rk3399-cfi
rk3399: Add CFI debug information to SRAM functions
-rw-r--r-- | plat/rockchip/rk3399/drivers/pmu/plat_pmu_macros.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/rockchip/rk3399/drivers/pmu/plat_pmu_macros.S b/plat/rockchip/rk3399/drivers/pmu/plat_pmu_macros.S index 405e1d5e..e0f9bfc1 100644 --- a/plat/rockchip/rk3399/drivers/pmu/plat_pmu_macros.S +++ b/plat/rockchip/rk3399/drivers/pmu/plat_pmu_macros.S @@ -32,9 +32,11 @@ .globl clst_warmboot_data .macro sram_func _name + .cfi_sections .debug_frame .section .sram.text, "ax" .type \_name, %function .func \_name + .cfi_startproc \_name: .endm |