]> git.sur5r.net Git - u-boot/blob - tools/binman/test/u_boot_binman_syms.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / tools / binman / test / u_boot_binman_syms.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (c) 2017 Google, Inc
4  *
5  * Simple program to create some binman symbols. This is used by binman tests.
6  */
7
8 #define CONFIG_BINMAN
9 #include <binman_sym.h>
10
11 binman_sym_declare(unsigned long, u_boot_spl, pos);
12 binman_sym_declare(unsigned long long, u_boot_spl2, pos);
13 binman_sym_declare(unsigned long, u_boot_any, pos);