Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42012
b: refs/heads/master
c: d773c66
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Dec 4, 2006
1 parent 8baafda commit c253ce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 5a31be3fb52c276b4913bd89e77481fae0001510
refs/heads/master: d773c660973560970a6b3697cb280ddc5389447d
3 changes: 2 additions & 1 deletion trunk/arch/m68knommu/platform/68360/head-ram.S
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
.global _periph_base

#define RAMEND (CONFIG_RAMBASE + CONFIG_RAMSIZE)
#define ROMEND (CONFIG_ROMBASE + CONFIG_ROMSIZE)

#define REGB 0x1000
#define PEPAR (_dprbase + REGB + 0x0016)
Expand Down Expand Up @@ -175,7 +176,7 @@ configure_chip_select_0:
move.l %d0, BR0

configure_chip_select_1:
move.l #__rom_end, %d0
move.l #ROMEND, %d0
subi.l #__rom_start, %d0
subq.l #0x01, %d0
eori.l #SIM_OR_MASK, %d0
Expand Down

0 comments on commit c253ce1

Please sign in to comment.