summaryrefslogtreecommitdiff
path: root/tools/binman/test/u_boot_binman_syms_size.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/u_boot_binman_syms_size.c')
-rw-r--r--tools/binman/test/u_boot_binman_syms_size.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/binman/test/u_boot_binman_syms_size.c b/tools/binman/test/u_boot_binman_syms_size.c
new file mode 100644
index 0000000000..ee4c048b28
--- /dev/null
+++ b/tools/binman/test/u_boot_binman_syms_size.c
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2017 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ *
+ * Simple program to create some binman symbols. This is used by binman tests.
+ */
+
+#define CONFIG_BINMAN
+#include <binman_sym.h>
+
+binman_sym_declare(char, u_boot_spl, pos);