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