commit | ae3f62459fe42497b66b8795441c92aadb4b136e | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Sun Apr 02 16:05:58 2023 +0200 |
committer | Stephan Gerhold <stephan@gerhold.net> | Fri Aug 04 16:02:59 2023 +0200 |
tree | f2eda187c3ea4e13bc17aabe0446fc7bbd3ccd32 | |
parent | e46bfc46cef2dcd65eaeef19a9c564bec184e80e [diff] |
feat(bl32): print entry point before exiting SP_MIN BL31 prints information about the entry point in the normal world before exiting, but for some reason SP_MIN does not do that. Add the missing call to print_entry_point_info() for more consistency. Change-Id: I2f4961fec57fcc9955cd15652d4ceba3bbb32375 Signed-off-by: Stephan Gerhold <stephan@gerhold.net>