u_boot_binman_syms_size.c 251 B

1234567891011
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (c) 2017 Google, Inc
  4. *
  5. * Simple program to create some binman symbols. This is used by binman tests.
  6. */
  7. #define CONFIG_BINMAN
  8. #include <binman_sym.h>
  9. binman_sym_declare(char, u_boot_spl, pos);