blob: 6e083bf0537a97dbb870d16a76ea47900f93a8ae [file] [log] [blame]
// 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;
};
};
};
};