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

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", },

Hello,
in message 20040626154258.109FE3E90A@dns1.atmark-techno.com you wrote:
here is one liner to add microblaze support to mkimage. Again, string
Added, thanks.
'microblaze' is too long to break indentation. let me know if I should regenerate the patch to align the initializer.
It's OK. I reformatted the file (and sorted the lists :-)
I don't see Changelog file in tools, do I still need a changelog entry for this?
Yes. Strictly speaking, a CHANGELOG entry is required for ALL patches.
Best regards,
Wolfgang Denk
participants (2)
-
Wolfgang Denk
-
Yasushi SHOJI