Oliver Gaskell | c69c7f8 | 2024-09-12 16:50:55 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later+ */ |
2 | |||||
3 | /* | ||||
4 | * (C) Copyright 2024 - Analog Devices, Inc. | ||||
5 | */ | ||||
6 | |||||
7 | #include <env/adi/adi_boot.env> | ||||
8 | |||||
9 | adi_stage2_offset=0x40000 | ||||
10 | adi_image_offset=0x01a0000 | ||||
11 | adi_rfs_offset=0x1020000 | ||||
12 | loadaddr=0x90000000 | ||||
13 | jffs2file=adsp-sc5xx-__stringify(CONFIG_ADI_IMAGE)-adsp-sc598-som-ezlite.jffs2 |