On Fri, Feb 11, 2022 at 11:29:34AM +0000, Andre Przywara wrote: > The arm64 version of the exception command was just defining the > undefined exception, but actually copied the AArch32 instruction. > > Replace that with an encoding that is guaranteed to be and stay > undefined. Also add instructions to trigger unaligned access faults and > a breakpoint. > This brings ARM64 on par with ARM(32) for the exception command. > > Signed-off-by: Andre Przywara Applied to u-boot/next, thanks! -- Tom