mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-29 10:31:29 +02:00
This is supposed to be a build-system flag. Move it there so we can define it before linux/kconfig.h is included. Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
258 B
INI
13 lines
258 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_SYS_TEXT_BASE
|