Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx
[platform/kernel/u-boot.git] / tools / binman / test / u_boot_binman_syms_size.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 #include <linux/kconfig.h>
9 #include <binman_sym.h>
10
11 DECLARE_BINMAN_MAGIC_SYM;
12
13 binman_sym_declare(char, u_boot_spl, pos);