commit | 409024e141f5babf6f2cb9df69568ec927dc0e3f | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Mar 22 16:59:33 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 16:56:54 2022 -0400 |
tree | 7f552f8d21ab9a36ca4d48eb11a8e5e17b54160a | |
parent | 5ac1ec7c930723fb3a81ce5f76c1f08356f89625 [diff] |
arm64: ls1046a: Support semihosting fallback Use the semihosting_enabled function to determine whether or not to enable semihosting devices. This allows for graceful fallback in the event a debugger is not attached. Signed-off-by: Sean Anderson <sean.anderson@seco.com>