summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/imx233/partitions-imx233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/partitions-imx233.c b/firmware/target/arm/imx233/partitions-imx233.c
index bb322162c9..83a0bf8b42 100644
--- a/firmware/target/arm/imx233/partitions-imx233.c
+++ b/firmware/target/arm/imx233/partitions-imx233.c
@@ -157,7 +157,7 @@ static int compute_window_freescale(intptr_t user, part_read_fn_t read_fn,
157 157
158 if(ent[4] == 0x53) 158 if(ent[4] == 0x53)
159 return -102; /* sigmatel partition */ 159 return -102; /* sigmatel partition */
160 if((*end - *start) < 4 * 1024 * 1024) 160 if((*end - *start) < 1 * 1024 * 1024)
161 return -103; /* partition too small */ 161 return -103; /* partition too small */
162 return 0; 162 return 0;
163 } 163 }