]> git.ipfire.org Git - people/ms/u-boot.git/blob - tools/binman/test/u_boot_binman_syms_size.c
Merge git://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / tools / binman / test / u_boot_binman_syms_size.c
1 /*
2 * Copyright (c) 2017 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 *
6 * Simple program to create some binman symbols. This is used by binman tests.
7 */
8
9 #define CONFIG_BINMAN
10 #include <binman_sym.h>
11
12 binman_sym_declare(char, u_boot_spl, pos);