From 942e934730121c1418e70d8296d3cf1fcfbcdcf5 Mon Sep 17 00:00:00 2001 From: graf_chokolo Date: Tue, 12 Apr 2011 19:52:44 +0200 Subject: [PATCH] fixed sector count --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index b0b4203..3ceca73 100644 --- a/source/main.c +++ b/source/main.c @@ -23,7 +23,7 @@ #define VFLASH_DEV_ID 0x100000000000001ull #define VFLASH_REGION_START_SECTOR 0x73a00ull -#define VFLASH_REGION_SECTOR_COUNT 0xc400ull /* 25MB should be more than enough for petitboot :) */ +#define VFLASH_REGION_SECTOR_COUNT 0xc000ull /* 25MB should be more than enough for petitboot :) */ #define VFLASH_REGION_LAID 0x1070000002000001ull /* -- 2.11.4.GIT