diff options
author | wdenk <wdenk> | 2004-07-10 23:48:41 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-07-10 23:48:41 +0000 |
commit | 857cad37a41c431582a74be56f858ee0476cd0d9 (patch) | |
tree | ad20b07944687e5996418e91111a6cef5b2e319e /examples | |
parent | fabd46acff08edd9f945340338caa07bb0534e64 (diff) | |
download | u-boot-857cad37a41c431582a74be56f858ee0476cd0d9.tar.gz |
Patches by Yasushi Shoji, 29 Jun 2004:
- add empty include/asm-microblaze/processor.h
- add to CREDITS and MAINTAINERS
- add gd initialization
- add MicroBlaze and SUZAKU board to MAKEALL script
- add reset support for SUZAKU
- add flush_cache() for MicroBlaze
- add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed
size flash memory on SUZAKU
Diffstat (limited to 'examples')
-rw-r--r-- | examples/stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stubs.c b/examples/stubs.c index 324a953e18..c3d2a77a82 100644 --- a/examples/stubs.c +++ b/examples/stubs.c @@ -98,7 +98,7 @@ gd_t *global_data; " move.l (%%a0), %%a0\n" \ " jmp (%%a0)\n" \ : : "i"(offsetof(gd_t, jt)), "i"(XF_ ## x * sizeof(void *)) : "a0"); -#elif defined(CONFIG_MICROBLZE) +#elif defined(CONFIG_MICROBLAZE) /* * r31 holds the pointer to the global_data. r5 is a call-clobbered. */ |