1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2019 NXP
4 */
5
6
7/* This file is to create a container image could be loaded by SPL */
8BOOT_FROM SD 0x400
9SOC_TYPE IMX8QX
10CONTAINER
11IMAGE A35 bl31.bin	0x80000000
12IMAGE A35 u-boot.bin	CONFIG_TEXT_BASE
13