Build fix, replaced usleep with up_udelay in memory lockdown state

This commit is contained in:
Lorenz Meier
2014-01-23 08:26:53 +01:00
parent f504863fee
commit c3e4e4ee68
+1 -1
View File
@@ -242,7 +242,7 @@ user_start(int argc, char *argv[])
}
phase = !phase;
usleep(300000);
up_udelay(300000);
}
/*