blob: 37fc339ce84bfb5792e0672188e196bca36af8ce [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 Glass31e04cb2021-03-18 20:24:56 +130011binman_sym_declare(unsigned long, u_boot_spl_any, offset);
Simon Glasse8561af2018-08-01 15:22:37 -060012binman_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);
Simon Glass3f8ff012019-08-24 07:23:05 -060014binman_sym_declare(unsigned long, u_boot_any, size);