diff options
| author | Stefan Roese <[email protected]> | 2007-03-31 13:44:12 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2007-03-31 13:44:12 +0200 |
| commit | 0e7d4916afaf83083b9b70ad779f29f7b57bd8ed (patch) | |
| tree | 40e9396ee819149a89f520f551d1ed31cb8f5216 /examples | |
| parent | da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b (diff) | |
| parent | 6db7d0af2336c126e4d4b2f248cc23516bdd46a8 (diff) | |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 4 | ||||
| -rw-r--r-- | examples/stubs.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 423a79b2dd5..e9b4974be49 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -86,10 +86,14 @@ BIN += sched.bin endif ifeq ($(ARCH),blackfin) +ifneq ($(BOARD),bf537-stamp) +ifneq ($(BOARD),bf537-pnav) ELF += smc91111_eeprom SREC += smc91111_eeprom.srec BIN += smc91111_eeprom.bin endif +endif +endif # The following example is pretty 8xx specific... ifeq ($(CPU),mpc8xx) diff --git a/examples/stubs.c b/examples/stubs.c index ffd314e6b35..26df6e06a15 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" \ |
