blob: 05787bdb92db6d682f062529f7ed3e573cc37800 [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 {
23 };
24 };
25 };
26};