1
0
Fork 0
Commit Graph

3 Commits (master)

Author SHA1 Message Date
Ben Hutchings 7ee581d892 keyspan_pda: Add makefile for building from source
The commands given in the source aren't quite right, and don't cover
use of ihex2fw.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-16 05:42:11 +00:00
Ben Hutchings 1f2fd14997 keyspan_pda: Fix parse error with as31 version 2.3.1
keyspan_pda.S has an out-of-range decimal constant that looks
like it was really meant to be a binary constant.  Comparing
with the binary, it appears that as31 used to treat this as 0,
so change the source to use 0 and add a comment on this.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-16 05:42:10 +00:00
David Woodhouse eb8491a0bf keyspan_pda: use request_firmware()
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2008-07-10 14:49:09 +01:00