diff options
Diffstat (limited to '')
-rw-r--r-- | mtdutils/rk3xhack.c (renamed from mtdutils/rk30hack.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mtdutils/rk30hack.c b/mtdutils/rk3xhack.c index e9351b52e..930f60593 100644 --- a/mtdutils/rk30hack.c +++ b/mtdutils/rk3xhack.c @@ -14,7 +14,7 @@ * limitations under the License. */ -/* This is a hack for Rockchip rk30xx based devices. The problem is that +/* This is a hack for Rockchip rk3x based devices. The problem is that * the MEMERASE ioctl is failing (hangs and never returns) in their kernel. * The sources are not fully available, so fixing it in the rk30xxnand_ko driver * is not possible. @@ -32,7 +32,7 @@ #include <stdio.h> #include <errno.h> -#include "rk30hack.h" +#include "rk3xhack.h" int rk30_zero_out(int fd, off_t pos, ssize_t size) { |