mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Fix rb535 revision 5 detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9008 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
#define MEM32(x) *((volatile unsigned *) (x))
|
||||
|
||||
extern unsigned int board_type;
|
||||
extern char *board_type;
|
||||
|
||||
struct rb500_nand_info {
|
||||
struct nand_chip chip;
|
||||
@@ -125,7 +125,7 @@ static int rbmips_probe(struct platform_device *pdev)
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
if (board_type > 500) {
|
||||
if (!strcmp(board_type, "500r5")) {
|
||||
data->flags1 = LO_FOFF | LO_CEX;
|
||||
data->flags2 = LO_ULED | LO_ALE | LO_CLE | LO_WPX;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user