commit | 2c6e70b0a805a567092dd1777fe63c2e171790c7 | [log] [tgz] |
---|---|---|
author | Csókás Bence <csokas.bence@prolan.hu> | Tue Dec 19 14:33:18 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 11 21:19:25 2024 -0500 |
tree | 51caa0401d13e85bc9d7c45d210f6055d91e7a7d | |
parent | dd6db6226b9bdc1552231244b7fa7c15c3a6db3c [diff] |
arm: spl: Use separate fault handlers instead of a single common one It may be necessary to set breakpoints etc. on a specific fault handler in SPL. Add a Kconfig option to separate the different handlers into their own individual infinite loops. Signed-off-by: Csókás Bence <csokas.bence@prolan.hu>