blob: 6e083bf0537a97dbb870d16a76ea47900f93a8ae [file] [log] [blame]
E Shattow8ec40da2024-12-31 22:35:57 -08001// SPDX-License-Identifier: GPL-2.0 OR MIT
2/*
3 * Copyright (C) 2023 StarFive Technology Co., Ltd.
4 */
5
6#include "binman.dtsi"
7
8/ {
9 config {
10 bootph-pre-ram;
11 u-boot,spl-payload-offset = <0x100000>;
12 };
13};
14
15&binman {
E Shattow8ec40da2024-12-31 22:35:57 -080016 spl-img {
17 filename = "spl/u-boot-spl.bin.normal.out";
18
19 mkimage {
20 args = "-T sfspl";
21
22 u-boot-spl {
Yao Zi1695eff2025-04-16 16:25:32 +000023 no-write-symbols;
E Shattow8ec40da2024-12-31 22:35:57 -080024 };
25 };
26 };
27};