Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27786
b: refs/heads/master
c: 155285c
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylyov authored and David Woodhouse committed May 16, 2006
1 parent e3e1a58 commit 817ca4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: c41ff6e5f38b02ff927d0d510e28dc1392bb4690
refs/heads/master: 155285c4775b7027b01a5b744c721ae43cced798
6 changes: 2 additions & 4 deletions trunk/drivers/mtd/nand/au1550nd.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,9 @@ static int __init au1xxx_nand_init(void)
au1550_mtd->priv = this;
au1550_mtd->owner = THIS_MODULE;

/* disable interrupts */
au_writel(au_readl(MEM_STNDCTL) & ~(1 << 8), MEM_STNDCTL);

/* disable NAND boot */
au_writel(au_readl(MEM_STNDCTL) & ~(1 << 0), MEM_STNDCTL);
/* MEM_STNDCTL: disable ints, disable nand boot */
au_writel(0, MEM_STNDCTL);

#ifdef CONFIG_MIPS_PB1550
/* set gpio206 high */
Expand Down

0 comments on commit 817ca4c

Please sign in to comment.