]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/interrupts.c
Merge branch 'next'
[u-boot] / arch / arm / lib / interrupts.c
index 04b70f6cc86d83c99e3d3f52fcc66faffb68f706..758b01371e6e9878e446d9aa43dda30187c0dd7f 100644 (file)
@@ -16,7 +16,7 @@
  * (C) Copyright 2004
  * Philippe Robin, ARM Ltd. <philippe.robin@arm.com>
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -153,7 +153,7 @@ void do_prefetch_abort (struct pt_regs *pt_regs)
 
 void do_data_abort (struct pt_regs *pt_regs)
 {
-       printf ("data abort\n\n    MAYBE you should read doc/README.arm-unaligned-accesses\n\n");
+       printf ("data abort\n");
        show_regs (pt_regs);
        bad_mode ();
 }