mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
Adds support for Analog Devices' SC598-SOM-EZLITE board. Includes: - Board specific configs in mach-sc5xx/Kconfig - Board-specific Kconfig and environment in board/adi/ Signed-off-by: Oliver Gaskell <Oliver.Gaskell@analog.com>
14 lines
313 B
Bash
14 lines
313 B
Bash
/* SPDX-License-Identifier: GPL-2.0-or-later+ */
|
|
|
|
/*
|
|
* (C) Copyright 2024 - Analog Devices, Inc.
|
|
*/
|
|
|
|
#include <env/adi/adi_boot.env>
|
|
|
|
adi_stage2_offset=0x40000
|
|
adi_image_offset=0x01a0000
|
|
adi_rfs_offset=0x1020000
|
|
loadaddr=0x90000000
|
|
jffs2file=adsp-sc5xx-__stringify(CONFIG_ADI_IMAGE)-adsp-sc598-som-ezlite.jffs2
|