Re: [PATCH v3 25/29] arm64: ls1046a: Support semihosting fallback

2022-04-02 Thread Tom Rini
On Tue, Mar 22, 2022 at 04:59:33PM -0400, Sean Anderson wrote: > 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 Applied to u-boot/next

[PATCH v3 25/29] arm64: ls1046a: Support semihosting fallback

2022-03-22 Thread Sean Anderson
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 --- (no changes since v2) Changes in v2: - New arch/arm/cpu/armv8/fsl-layerscape/spl.c | 3 ++