mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-23 17:18:15 +01:00
Add dedicated Makefile targets for the i.MX93 and a new imx93-u-boot.dtsi device-tree to create binman images. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
10 lines
216 B
INI
10 lines
216 B
INI
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2023 Mathieu Othacehe <m.othacehe@gmail.com>
|
|
*/
|
|
|
|
BOOT_FROM SD 0x400
|
|
SOC_TYPE IMX9
|
|
CONTAINER
|
|
IMAGE A55 bl31.bin 0x204E0000
|
|
IMAGE A55 u-boot.bin CONFIG_TEXT_BASE |