Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | ff33925 | 2017-11-13 18:54:58 -0700 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2017 Google, Inc |
| 4 | * |
Simon Glass | ff33925 | 2017-11-13 18:54:58 -0700 | [diff] [blame] | 5 | * 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 Glass | e8561af | 2018-08-01 15:22:37 -0600 | [diff] [blame] | 11 | binman_sym_declare(unsigned long, u_boot_spl, offset); |
| 12 | binman_sym_declare(unsigned long long, u_boot_spl2, offset); |
Simon Glass | 9dcc861 | 2018-08-01 15:22:42 -0600 | [diff] [blame] | 13 | binman_sym_declare(unsigned long, u_boot_any, image_pos); |