mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
d94049ce19
Because FIT could not be used for AHAB secure boot on i.MX8, so switch to use container image that could let SPL verify ATF and U-Boot with AHAB. Note: The AHAB related code has not been added. Signed-off-by: Peng Fan <peng.fan@nxp.com>
13 lines
279 B
INI
13 lines
279 B
INI
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2019 NXP
|
|
*/
|
|
|
|
#define __ASSEMBLY__
|
|
|
|
/* This file is to create a container image could be loaded by SPL */
|
|
BOOT_FROM SD 0x400
|
|
SOC_TYPE IMX8QX
|
|
CONTAINER
|
|
IMAGE A35 bl31.bin 0x80000000
|
|
IMAGE A35 u-boot.bin CONFIG_SYS_TEXT_BASE
|