summaryrefslogtreecommitdiff
path: root/examples/standalone/stubs.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-11 09:55:56 -0400
committerTom Rini <trini@konsulko.com>2022-10-11 09:55:56 -0400
commit20be7c19a2d6d4a994c40c014ae53b39bdcfacf1 (patch)
treeed222f4adeea81c61a6272d192870b2e219a2050 /examples/standalone/stubs.c
parentc4c32e359662aa95d9dbda2bd1272181bd9cb830 (diff)
parentdb9d55e2103351cfc8925aadaf5584fe84f61c9f (diff)
Merge branch '2022-10-10-LLVM-related-improvements'
- A few patches to make building with LLVM/LLD easier
Diffstat (limited to 'examples/standalone/stubs.c')
-rw-r--r--examples/standalone/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c
index ce05f41b0ce..65115570e8e 100644
--- a/examples/standalone/stubs.c
+++ b/examples/standalone/stubs.c
@@ -14,7 +14,7 @@ struct cmd_tbl;
* from flash memory. The global_data address is passed as argv[-1]
* to the application program.
*/
-static struct jt_funcs *jt;
+struct jt_funcs *jt;
gd_t *global_data;
#define EXPORT_FUNC(f, a, x, ...) \