blob: ed761246aec751030b5b7d6ebfa4ba5427cd5460 [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
Alper Nebi Yasak9634dc92022-06-18 15:13:11 +03008typedef unsigned long ulong;
9
Alper Nebi Yasakd6d2c9b2022-06-18 15:13:09 +030010#include <linux/kconfig.h>
Simon Glassff339252017-11-13 18:54:58 -070011#include <binman_sym.h>
12
Alper Nebi Yasak9634dc92022-06-18 15:13:11 +030013DECLARE_BINMAN_MAGIC_SYM;
14
Simon Glass31e04cb2021-03-18 20:24:56 +130015binman_sym_declare(unsigned long, u_boot_spl_any, offset);
Simon Glasse8561af2018-08-01 15:22:37 -060016binman_sym_declare(unsigned long long, u_boot_spl2, offset);
Simon Glass9dcc8612018-08-01 15:22:42 -060017binman_sym_declare(unsigned long, u_boot_any, image_pos);
Simon Glass3f8ff012019-08-24 07:23:05 -060018binman_sym_declare(unsigned long, u_boot_any, size);