blob: 794e711103a2d0fa4a3ea0777ae01d8783bd638f [file] [log] [blame]
Ralph Siemsen9446dfe2023-05-12 21:36:56 -04001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Configuration file for binman
4 *
5 * After building u-boot, can generate the SPKG output by running:
6 * tools/binman/binman build -d arch/arm/dts/r9a06g032-rzn1-snarc.dtb -O <outdir>
7 */
8
9#include <config.h>
10
11/ {
12 binman: binman {
13 };
14};
15
16&binman {
17 mkimage {
18 filename = "u-boot.bin.spkg";
19 args = "-n board/schneider/rzn1-snarc/spkgimage.cfg -T spkgimage -a 0x20040000 -e 0x20040000";
20 u-boot {
21 };
22 };
23};