Just list one more exception.

Signed-off-by: Michal Simek <michal.si...@xilinx.com>
---

 arch/microblaze/cpu/exception.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/microblaze/cpu/exception.c b/arch/microblaze/cpu/exception.c
index 9218355..227842f 100644
--- a/arch/microblaze/cpu/exception.c
+++ b/arch/microblaze/cpu/exception.c
@@ -35,6 +35,9 @@ void _hw_exception_handler (void)
                puts ("Divide by zero exception\n");
                break;
 #ifdef MICROBLAZE_V5
+       case 0x7:
+               puts("Priviledged or stack protection violation exception\n");
+               break;
        case 0x1000:
                puts ("Exception in delay slot\n");
                break;
--
1.8.2.3

Attachment: pgpHeEMr9Udcv.pgp
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to