From ab8a84d9ac4c9d938ec6fa85e3f4f640d883c774 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 6 Jun 2016 14:24:55 +0200 Subject: [PATCH] sysmobts: Toggle nWP on RevG and later as well --- board/davinci/sysmobts_v2/sysmobts_v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/davinci/sysmobts_v2/sysmobts_v2.c b/board/davinci/sysmobts_v2/sysmobts_v2.c index 2c65cca005..df7f279a24 100644 --- a/board/davinci/sysmobts_v2/sysmobts_v2.c +++ b/board/davinci/sysmobts_v2/sysmobts_v2.c @@ -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); }