]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/stubs.c
Patches by Yasushi Shoji, 29 Jun 2004:
[karo-tx-uboot.git] / examples / stubs.c
index 324a953e1868a66909b4c34251f2291b337e834f..c3d2a77a8289da46a00ef020abe15ce899c81ba2 100644 (file)
@@ -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.
  */