AKASHI Takahiro | 615af9a | 2018-09-11 15:59:19 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
AKASHI Takahiro | dde5d3f | 2018-09-11 15:59:20 +0900 | [diff] [blame] | 3 | # $MIN_FILE is the name of the 20KB file in the file system image |
| 4 | MIN_FILE='testfile' |
| 5 | |
AKASHI Takahiro | 615af9a | 2018-09-11 15:59:19 +0900 | [diff] [blame] | 6 | # $SMALL_FILE is the name of the 1MB file in the file system image |
| 7 | SMALL_FILE='1MB.file' |
| 8 | |
Jean-Jacques Hiblot | 8aea8a6 | 2019-02-13 12:15:27 +0100 | [diff] [blame] | 9 | # $MEDIUM_FILE is the name of the 10MB file in the file system image |
| 10 | MEDIUM_FILE='10MB.file' |
| 11 | |
AKASHI Takahiro | 615af9a | 2018-09-11 15:59:19 +0900 | [diff] [blame] | 12 | # $BIG_FILE is the name of the 2.5GB file in the file system image |
| 13 | BIG_FILE='2.5GB.file' |
| 14 | |
| 15 | ADDR=0x01000008 |
| 16 | LENGTH=0x00100000 |