blob: 35b2bb65183d6742059c9e2f4ebea9d79fe782b7 [file] [log] [blame]
AKASHI Takahiro615af9a2018-09-11 15:59:19 +09001# SPDX-License-Identifier: GPL-2.0+
2
AKASHI Takahirodde5d3f2018-09-11 15:59:20 +09003# $MIN_FILE is the name of the 20KB file in the file system image
4MIN_FILE='testfile'
5
AKASHI Takahiro615af9a2018-09-11 15:59:19 +09006# $SMALL_FILE is the name of the 1MB file in the file system image
7SMALL_FILE='1MB.file'
8
Jean-Jacques Hiblot8aea8a62019-02-13 12:15:27 +01009# $MEDIUM_FILE is the name of the 10MB file in the file system image
10MEDIUM_FILE='10MB.file'
11
AKASHI Takahiro615af9a2018-09-11 15:59:19 +090012# $BIG_FILE is the name of the 2.5GB file in the file system image
13BIG_FILE='2.5GB.file'
14
15ADDR=0x01000008
16LENGTH=0x00100000