E Shattow | 8ec40da | 2024-12-31 22:35:57 -0800 | [diff] [blame] | 1 | // 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 Shattow | 8ec40da | 2024-12-31 22:35:57 -0800 | [diff] [blame] | 16 | 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 | }; |