diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-01-01 13:19:12 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-01-07 18:08:20 +0100 |
commit | 9bb758aab63dd5972b27b8dc1a0f22224b54f885 (patch) | |
tree | 36e201d9525fec9877437359b10e4a6fbbf5bc0a /drivers/ddr/imx/imx8m/ddrphy_train.c | |
parent | 9b8d264b5af801a56e06aceab34dc74cb66121b1 (diff) |
efi_loader: __cyg_profile_func_enter/_exit
U-Boot can be compiled with function tracing enabled.
When compiling with FTRACE __cyg_profile_func_enter() is called when a
function is entered and __cyg_profile_func_exit() when the function is
left.
To avoid a crash we have to define these function for the free-standing
UEFI binaries.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'drivers/ddr/imx/imx8m/ddrphy_train.c')
0 files changed, 0 insertions, 0 deletions