]> git.hungrycats.org Git - linux/commitdiff
[ARM] Add DC21285 decompressor debug support
authorRussell King <rmk@flint.arm.linux.org.uk>
Sat, 28 Sep 2002 01:04:28 +0000 (02:04 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sat, 28 Sep 2002 01:04:28 +0000 (02:04 +0100)
arch/arm/boot/compressed/head.S

index 18da22393b3e629b4f877e998378c7ad39d633d8..4f22cecbb0475902e4de07b4af9fce9b978ca974 100644 (file)
  */
 #ifdef DEBUG
 #if defined(CONFIG_DEBUG_DC21285_PORT)
+               .macro  loadsp, rb
+               mov     \rb, #0x42000000
+               .endm
+               .macro  writeb, rb
+               str     \rb, [r3, #0x160]
+               .endm
+#elif defined(CONFIG_FOOTBRIDGE)
                .macro  loadsp, rb
                mov     \rb, #0x7c000000
                .endm