diff options
Diffstat (limited to 'plat/common/aarch32/platform_helpers.S')
-rw-r--r-- | plat/common/aarch32/platform_helpers.S | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plat/common/aarch32/platform_helpers.S b/plat/common/aarch32/platform_helpers.S index 481dd68d..069d96d0 100644 --- a/plat/common/aarch32/platform_helpers.S +++ b/plat/common/aarch32/platform_helpers.S @@ -33,6 +33,7 @@ .weak plat_my_core_pos .weak plat_reset_handler + .weak plat_disable_acp .weak platform_mem_init .weak plat_panic_handler @@ -59,6 +60,15 @@ func plat_reset_handler bx lr endfunc plat_reset_handler + /* ----------------------------------------------------- + * Placeholder function which should be redefined by + * each platform. + * ----------------------------------------------------- + */ +func plat_disable_acp + bx lr +endfunc plat_disable_acp + /* --------------------------------------------------------------------- * Placeholder function which should be redefined by * each platform. |