mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
Fix rb523 nand detection (#1723)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7777 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c31017cbd3
commit
d8e90848bb
@ -99,8 +99,8 @@ int __init rbmips_init(void)
|
||||
memset(&rnand, 0, sizeof(rnand));
|
||||
|
||||
printk("RB500 nand\n");
|
||||
changeLatchU5(LO_WPX | LO_FOFF | LO_CEX,
|
||||
LO_ULED | LO_ALE | LO_CLE);
|
||||
changeLatchU5(LO_FOFF | LO_CEX,
|
||||
LO_ULED | LO_ALE | LO_CLE | LO_WPX);
|
||||
rnand.cmd_ctrl = rbmips_hwcontrol500;
|
||||
|
||||
rnand.dev_ready = rb500_dev_ready;
|
||||
|
Loading…
Reference in New Issue
Block a user