diff options
Diffstat (limited to 'board/ti/am62ax/evm.c')
| -rw-r--r-- | board/ti/am62ax/evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am62ax/evm.c b/board/ti/am62ax/evm.c index a445f983255..da6c31176cd 100644 --- a/board/ti/am62ax/evm.c +++ b/board/ti/am62ax/evm.c @@ -17,7 +17,7 @@ #include "../common/fdt_ops.h" #if defined(CONFIG_XPL_BUILD) -void spl_perform_fixups(struct spl_image_info *spl_image) +void spl_perform_board_fixups(struct spl_image_info *spl_image) { if (IS_ENABLED(CONFIG_K3_DDRSS)) { if (IS_ENABLED(CONFIG_K3_INLINE_ECC)) |
