summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-07-10 23:48:41 +0000
committerwdenk <wdenk>2004-07-10 23:48:41 +0000
commit857cad37a41c431582a74be56f858ee0476cd0d9 (patch)
treead20b07944687e5996418e91111a6cef5b2e319e /examples
parentfabd46acff08edd9f945340338caa07bb0534e64 (diff)
downloadbarebox-857cad37a41c431582a74be56f858ee0476cd0d9.tar.gz
barebox-857cad37a41c431582a74be56f858ee0476cd0d9.tar.xz
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.c2
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.
*/