blob: a9754769441c03ab50a069e5d64e21c78810ffaa [file] [log] [blame]
Simon Glassff339252017-11-13 18:54:58 -07001/*
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
12binman_sym_declare(unsigned long, u_boot_spl, pos);
13binman_sym_declare(unsigned long long, u_boot_spl2, pos);
14binman_sym_declare(unsigned long, u_boot_any, pos);