sam: turn off debug stop loop
authorAlan Cox <alan@linux.intel.com>
Sat, 18 Aug 2018 19:15:20 +0000 (20:15 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 18 Aug 2018 19:15:20 +0000 (20:15 +0100)
Kernel/platform-sam/crt0.s

index cb3bca0..6f9d6f5 100644 (file)
@@ -50,7 +50,6 @@ start:
                ; Map the kernel high bank (2/3)
                ld a,#2
                out (251),a
-l1:            jp l1
                ld sp, #kstack_top
                ; Zero the data area (shouldn't be needed)
                ld hl, #s__DATA