summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAubrey.Li <aubrey.adi@gmail.com>2007-03-09 13:40:56 +0800
committerAubrey.Li <aubrey.adi@gmail.com>2007-03-09 13:40:56 +0800
commitef26a08fef928b7bc11ae2c109e638dc3a016d91 (patch)
treeca1fad50363cb05c7a62f0d4701d93a6671ab485 /examples
parent3f0606ad0b5639f7f22848fe5b4574e754d0470f (diff)
downloadblackbird-obmc-uboot-ef26a08fef928b7bc11ae2c109e638dc3a016d91.tar.gz
blackbird-obmc-uboot-ef26a08fef928b7bc11ae2c109e638dc3a016d91.zip
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
Diffstat (limited to 'examples')
-rw-r--r--examples/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stubs.c b/examples/stubs.c
index ffd314e6b3..26df6e06a1 100644
--- a/examples/stubs.c
+++ b/examples/stubs.c
@@ -132,7 +132,7 @@ gd_t *global_data;
*/
#define EXPORT_FUNC(x) \
asm volatile ( \
-" .globl " #x "\n" \
+" .globl _" #x "\n_" \
#x ":\n" \
" P0 = [P5 + %0]\n" \
" P0 = [P0 + %1]\n" \
OpenPOWER on IntegriCloud