Peng Fan | 930b5ef | 2019-08-22 07:42:46 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright 2019 NXP | ||||
4 | */ | ||||
5 | |||||
Peng Fan | 930b5ef | 2019-08-22 07:42:46 +0000 | [diff] [blame] | 6 | |
7 | /* This file is to create a container image could be loaded by SPL */ | ||||
8 | BOOT_FROM SD 0x400 | ||||
9 | SOC_TYPE IMX8QM | ||||
10 | CONTAINER | ||||
11 | IMAGE A35 bl31.bin 0x80000000 | ||||
12 | IMAGE A35 u-boot.bin CONFIG_SYS_TEXT_BASE |