9
0
Fork 0

sysmobts: Add support for revg and later versions

This commit is contained in:
Holger Hans Peter Freyther 2016-06-06 14:33:50 +02:00
parent 6c5793a62d
commit 03c48b742d
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static void sysmobts_board_detect(void)
}
/* disable nand write protect */
if (board_ver == 5) {
if (board_ver >= 5) {
gpio_direction_output(33, 1);
udelay(100);
}