blob: 4898f983e32ceb66564bae80a4b5c6b2a6eadb95 [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
Simon Glasse8561af2018-08-01 15:22:37 -060011binman_sym_declare(unsigned long, u_boot_spl, offset);
12binman_sym_declare(unsigned long long, u_boot_spl2, offset);
Simon Glass9dcc8612018-08-01 15:22:42 -060013binman_sym_declare(unsigned long, u_boot_any, image_pos);