Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274924
b: refs/heads/master
c: c97926d
h: refs/heads/master
v: v3
  • Loading branch information
Jason Liu authored and Artem Bityutskiy committed Sep 11, 2011
1 parent 87432d4 commit 118ffe6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 38ca6ebc72d59c0c4f52d443c69fc4a17765666a
refs/heads/master: c97926dd8d7cc094830b253afc817cbf406c0de7
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/mxc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#define nfc_is_v21() (cpu_is_mx25() || cpu_is_mx35())
#define nfc_is_v1() (cpu_is_mx31() || cpu_is_mx27() || cpu_is_mx21())
#define nfc_is_v3_2() cpu_is_mx51()
#define nfc_is_v3_2() (cpu_is_mx51() || cpu_is_mx53())
#define nfc_is_v3() nfc_is_v3_2()

/* Addresses for NFC registers */
Expand Down

0 comments on commit 118ffe6

Please sign in to comment.