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# $BIG_FILE is the name of the 2.5GB file in the file system image 10BIG_FILE='2.5GB.file' 11 12ADDR=0x01000008 13LENGTH=0x00100000 14