[U-Boot-Users] [patch] fix CONFIG_MICROBL*A*ZE typo

Yasushi SHOJI yashi at atmark-techno.com
Mon Jun 28 21:42:10 CEST 2004


Hi,

this fix CONFIG_MICROBL*A*ZE typo all over the place.  

# OK I admit I don't use caps lock :<
--
            yashi


* Patch by Yasushi SHOJI, 29 Jun 2004:
  - fix CONFIG_MICROBL*A*ZE typo all over the place.  sigh...


Index: u-boot/include/configs/suzaku.h
===================================================================
--- u-boot.orig/include/configs/suzaku.h
+++ u-boot/include/configs/suzaku.h
@@ -36,7 +36,7 @@
  * (easy to change)
  */
 
-#define CONFIG_MICROBLZE	1	/* This is an MicroBlaze CPU	*/
+#define CONFIG_MICROBLAZE	1	/* This is an MicroBlaze CPU	*/
 #define CONFIG_SUZAKU		1	/* on an SUZAKU Board		*/
 
 /*-----------------------------------------------------------------------
Index: u-boot/examples/stubs.c
===================================================================
--- u-boot.orig/examples/stubs.c
+++ u-boot/examples/stubs.c
@@ -94,7 +94,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.
  */
Index: u-boot/README
===================================================================
--- u-boot.orig/README
+++ u-boot/README
@@ -242,7 +242,7 @@ The following options need to be configu
 
 		MicroBlaze based CPUs:
 		----------------------
-		CONFIG_MICROBLZE
+		CONFIG_MICROBLAZE
 
 
 - Board Type:	Define exactly one of
Index: u-boot/drivers/serial_xuartlite.c
===================================================================
--- u-boot.orig/drivers/serial_xuartlite.c
+++ u-boot/drivers/serial_xuartlite.c
@@ -24,7 +24,7 @@
 
 #include <config.h>
 
-#ifdef	CONFIG_MICROBLZE
+#ifdef	CONFIG_MICROBLAZE
 
 #include <asm/serial_xuartlite.h>
 




More information about the U-Boot mailing list