blob: d8371610a5bf332a8c0ddab449177121c4104623 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glassff339252017-11-13 18:54:58 -07002/*
3 * Copyright (c) 2017 Google, Inc
4 *
Simon Glassff339252017-11-13 18:54:58 -07005 * 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
11binman_sym_declare(unsigned long, u_boot_spl, pos);
12binman_sym_declare(unsigned long long, u_boot_spl2, pos);
13binman_sym_declare(unsigned long, u_boot_any, pos);