1 # SPDX-License-Identifier: GPL-2.0+ 2 3 # $MIN_FILE is the name of the 20KB file in the file system image 4 MIN_FILE='testfile' 5 6 # $SMALL_FILE is the name of the 1MB file in the file system image 7 SMALL_FILE='1MB.file' 8 9 # $BIG_FILE is the name of the 2.5GB file in the file system image 10 BIG_FILE='2.5GB.file' 11 12 ADDR=0x01000008 13 LENGTH=0x00100000 14