commit | 86f32f90148c0d3025f21802923e12d753eea8be | [log] [tgz] |
---|---|---|
author | rutigl@gmail.com <rutigl@gmail.com> | Mon Feb 19 12:51:22 2024 +0200 |
committer | rutigl@gmail.com <rutigl@gmail.com> | Tue Mar 19 10:22:33 2024 +0200 |
tree | bf22ae0f00f3f40509c90510f08583f408c419cd | |
parent | 76fa454cc32f82b44730760abeff94640f519652 [diff] [blame] |
fix(nuvoton): gfx frame buffer memory corruption during secondary boot gfx frame buffer memory corruption because of moving TF-A to DDR Change-Id: I6f1e0c8d048273b8047497adec631160aaf393d6 Signed-off-by: Margarita Glushkin <rutigl@gmail.com>
diff --git a/include/plat/nuvoton/common/plat_macros.S b/include/plat/nuvoton/common/plat_macros.S index 08f9feb..549db39 100644 --- a/include/plat/nuvoton/common/plat_macros.S +++ b/include/plat/nuvoton/common/plat_macros.S
@@ -41,7 +41,8 @@ * BL31. */ .macro plat_crash_print_regs - /* TODO */ +plat_print_gic_regs +/*print_cci_regs*/ .endm #endif /* PLAT_MACROS_S */