summaryrefslogtreecommitdiff
path: root/apps/plugins/test_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_disk.c')
-rw-r--r--apps/plugins/test_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_disk.c b/apps/plugins/test_disk.c
index 7638fbf831..2e421e151e 100644
--- a/apps/plugins/test_disk.c
+++ b/apps/plugins/test_disk.c
@@ -29,7 +29,7 @@ PLUGIN_HEADER
29#define TEST_FILE TESTBASEDIR "/test_disk.tmp" 29#define TEST_FILE TESTBASEDIR "/test_disk.tmp"
30#define FRND_SEED 0x78C3 /* arbirary */ 30#define FRND_SEED 0x78C3 /* arbirary */
31 31
32#ifdef HAVE_MMC 32#if (CONFIG_STORAGE & STORAGE_MMC)
33#define TEST_SIZE (20*1024*1024) 33#define TEST_SIZE (20*1024*1024)
34#else 34#else
35#define TEST_SIZE (300*1024*1024) 35#define TEST_SIZE (300*1024*1024)