summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/starfive-visionfive2-binman.dtsi
blob: 6e083bf0537a97dbb870d16a76ea47900f93a8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
 * Copyright (C) 2023 StarFive Technology Co., Ltd.
 */

#include "binman.dtsi"

/ {
	config {
		bootph-pre-ram;
		u-boot,spl-payload-offset = <0x100000>;
	};
};

&binman {
	spl-img {
		filename = "spl/u-boot-spl.bin.normal.out";

		mkimage {
			args = "-T sfspl";

			u-boot-spl {
				no-write-symbols;
			};
		};
	};
};