Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74787
b: refs/heads/master
c: 0f5e49a
h: refs/heads/master
i:
  74785: 2febef4
  74783: a76b717
v: v3
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Dec 9, 2007
1 parent f37dbbb commit 166f156
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 6d2d419ffd83502d105014288e6af171a0a89544
refs/heads/master: 0f5e49a2e2de69ee05ad8783274b0672247fd18f
7 changes: 5 additions & 2 deletions trunk/include/asm-mips/mach-au1x00/au1100_mmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@

#define NUM_AU1100_MMC_CONTROLLERS 2


#define AU1100_SD_IRQ 2
#if defined(CONFIG_SOC_AU1100)
#define AU1100_SD_IRQ AU1100_SD_INT
#elif defined(CONFIG_SOC_AU1200)
#define AU1100_SD_IRQ AU1200_SD_INT
#endif


#define SD0_BASE 0xB0600000
Expand Down

0 comments on commit 166f156

Please sign in to comment.