From b7a2ee173d0d854f5fbb1b79be3b4a5ff024f173 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Mon, 28 Dec 2009 16:08:30 +0900 Subject: [PATCH] s5pc110: checksum: fix checksum routine Signed-off-by: Minkyu Kang --- onenand_ipl/board/samsung/universal/checksum.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/onenand_ipl/board/samsung/universal/checksum.c b/onenand_ipl/board/samsung/universal/checksum.c index a9a9553..afa79d7 100644 --- a/onenand_ipl/board/samsung/universal/checksum.c +++ b/onenand_ipl/board/samsung/universal/checksum.c @@ -74,8 +74,6 @@ int main(int argc, char *argv[]) res = i / PAGE_SIZE; if (res % 2) { - i += PAGE_SIZE; - /* * if 1st page's reverved area, * copy the data to 2nd page -- 2.7.4