diff options
| author | Wolfgang Denk <[email protected]> | 2007-03-22 00:00:03 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2007-03-22 00:00:03 +0100 |
| commit | a17824c749aac3df0bbb528bb5d33af68296b0b1 (patch) | |
| tree | 399efb15b55d6992279eef98fa6878852d403352 /examples | |
| parent | 2a8dfe08359a1b663418b2faa1da1d7bce34d302 (diff) | |
| parent | b2777c087b5a564e9209988873da4ec749f85aad (diff) | |
Merge with /home/wd/git/u-boot/custodian/u-boot-blackfin
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" \ |
