Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53984
b: refs/heads/master
c: 5d01f13
h: refs/heads/master
v: v3
  • Loading branch information
Simon Richter authored and Russell King committed Apr 21, 2007
1 parent e764f20 commit d0c83ea
Show file tree
Hide file tree
Showing 22 changed files with 1,850 additions and 284 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3603ab2b62ad8372fc93816b080b370dd55d7cec
refs/heads/master: 5d01f133412b0e27b340ab1bbb2cf0017329ae61
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/compressed/head-at91rm9200.S
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
cmp r7, r3
beq 99f

@ picotux 200 : 963
mov r3, #(MACH_TYPE_PICOTUX2XX & 0xff)
orr r3, r3, #(MACH_TYPE_PICOTUX2XX & 0xff00)
cmp r7, r3
beq 99f

@ Ajeco 1ARM : 1075
mov r3, #(MACH_TYPE_ONEARM & 0xff)
orr r3, r3, #(MACH_TYPE_ONEARM & 0xff00)
Expand Down
Loading

0 comments on commit d0c83ea

Please sign in to comment.