]> git.proxmox.com Git - mirror_linux-firmware.git/commit - dsp56k/bootstrap.asm
make firmware/dsp56k/bootstrap.asm buildable on a56
authorRobert Millan <rmh@aybabtu.com>
Tue, 6 Jan 2009 22:42:52 +0000 (14:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:29 +0000 (15:59 -0800)
commit8d38084891b49ad84697301e0cd4d0c54bbbe91f
tree3143abde366c1b2215a1cb728d9e71df0ad4cee5
parente1cd8d9e065bd84b046562cec7f910ac388e58b9
make firmware/dsp56k/bootstrap.asm buildable on a56

Make firmware/dsp56k/bootstrap.asm buildable on a56, the free Motorola
DSP56001 assembler (http://www.zdomain.com/a56.html).

Summary of changes:

  - Remove '<' and '>' candy (they specify explicit addressing modes,
    which a56 don't grok, but uses implicitly anyway).

  - Replace 'move' with 'movem' when accessing program memory.

  - Rename a few labels to avoid duplicates (which a56 can't handle).

Signed-off-by: Robert Millan <rmh@aybabtu.com>
Cc: Jaswinder Singh <jaswinder@infradead.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
dsp56k/bootstrap.asm