diff --git a/include/config.inc b/include/config.inc index ea4bbd7..2a6786f 100755 --- a/include/config.inc +++ b/include/config.inc @@ -21,8 +21,8 @@ %ifndef __INC_STEVIA_CONFIG %define SECTOR_SIZE 512 -%define STAGE2_SECTOR_COUNT 0x30 -; 32 KiB +%define STAGE2_SECTOR_COUNT 0x20 +; 16 KiB %define MAX_STAGE2_BYTES (SECTOR_SIZE * STAGE2_SECTOR_COUNT) %endif