sysmobts: Toggle nWP on RevG and later as well

This commit is contained in:
Holger Hans Peter Freyther 2016-06-06 14:24:55 +02:00
parent f6453a3911
commit ab8a84d9ac
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ int misc_init_r(void)
void hw_nand_rem_nwp(void)
{
if (get_board_revision() == 5) {
if (get_board_revision() >= 5) {
gpio_direction_output(33, 1);
udelay(100);
}