1# SPDX-License-Identifier: GPL-2.0+ 2 3# $MIN_FILE is the name of the 20KB file in the file system image 4MIN_FILE='testfile' 5 6# $SMALL_FILE is the name of the 1MB file in the file system image 7SMALL_FILE='1MB.file' 8 9# $MEDIUM_FILE is the name of the 10MB file in the file system image 10MEDIUM_FILE='10MB.file' 11 12# $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 17