nand: Speculative change for later board revisions

This commit is contained in:
Holger Hans Peter Freyther 2016-06-06 14:14:37 +02:00
parent 0974846c2d
commit 77aac3693b
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ davinci_platform_init(char *version, int *nwp_nand)
char boardCfg; char boardCfg;
boardCfg = (*gpio01 >> 10) & 0x001F; boardCfg = (*gpio01 >> 10) & 0x001F;
boardVer = (*gpio01 >> 15) & 0x0007; boardVer = (*gpio01 >> 15) & 0x0007;
if (boardVer == 5) if (boardVer >= 5)
{ {
uart_send_str_lf("Board needs GPIO for nWP"); uart_send_str_lf("Board needs GPIO for nWP");
*nwp_nand = 1; *nwp_nand = 1;