mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
984639039f
The current name is inconsistent with SPL which uses CONFIG_SPL_TEXT_BASE and this makes it imposible to use CONFIG_VAL(). Rename it to resolve this problem. Signed-off-by: Simon Glass <sjg@chromium.org>
12 lines
254 B
INI
12 lines
254 B
INI
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2019 NXP
|
|
*/
|
|
|
|
|
|
/* This file is to create a container image could be loaded by SPL */
|
|
BOOT_FROM SD 0x400
|
|
SOC_TYPE IMX8QM
|
|
CONTAINER
|
|
IMAGE A35 bl31.bin 0x80000000
|
|
IMAGE A35 u-boot.bin CONFIG_TEXT_BASE
|