Oops, wasn't supposed to commit this.

This commit is contained in:
Olivier Houchard 2011-02-13 20:04:29 +00:00
parent e9e1639ac0
commit 04f86cb130
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218667

View File

@ -234,7 +234,7 @@ at91_ramsize(void)
bw = (cr & AT91SAM9G20_SDRAMC_CR_DBW_16) ? 1 : 2;
}
return ((1 << (cols + rows + banks + bw));
return (1 << (cols + rows + banks + bw));
}
void *