[U-Boot-Users] [patch] add microblaze to mkimage

Yasushi SHOJI yashi at atmark-techno.com
Sat Jun 26 17:42:57 CEST 2004


Hi,

here is one liner to add microblaze support to mkimage.  Again, string
'microblaze' is too long to break indentation.  let me know if I
should regenerate the patch to align the initializer.

# it might be better for the record to split 'add new arch' and
# 'reformat'.

I don't see Changelog file in tools, do I still need a changelog entry
for this?

regards,
--
          yashi

Index: mkimage.c
===================================================================
RCS file: /cvsroot/u-boot/u-boot/tools/mkimage.c,v
retrieving revision 1.12
diff -u -r1.12 mkimage.c
--- mkimage.c	26 Feb 2004 23:01:05 -0000	1.12
+++ mkimage.c	26 Jun 2004 15:40:08 -0000
@@ -82,6 +82,7 @@
     {	IH_CPU_ARM,	"arm",		"ARM",			},
     {	IH_CPU_I386,	"x86",		"Intel x86",		},
     {	IH_CPU_IA64,	"ia64",		"IA64",			},
+    {	IH_CPU_MICROBLAZE,	"microblaze",	"MicroBlaze",	},
     {	IH_CPU_MIPS,	"mips",		"MIPS",			},
     {	IH_CPU_MIPS64,	"mips64",	"MIPS 64 Bit",		},
     {	IH_CPU_PPC,	"ppc",		"PowerPC",		},




More information about the U-Boot mailing list