Re: [U-Boot] [PATCH v2] image: fix IH_ARCH_... values for uImage compatibility

2016-07-21 Thread Tom Rini
On Thu, Jul 21, 2016 at 03:16:00PM +0900, Masahiro Yamada wrote: > Commit 555f45d8f916 ("image: Convert the IH_... values to enums") > accidentally changed some IH_ARCH_... values. > > Prior to that commit, there existed a gap between IH_ARCH_M68K and > IH_ARCH_MICROBLAZE, like follows. > > #d

Re: [U-Boot] [PATCH v2] image: fix IH_ARCH_... values for uImage compatibility

2016-07-21 Thread Michal Simek
On 21.7.2016 08:16, Masahiro Yamada wrote: > Commit 555f45d8f916 ("image: Convert the IH_... values to enums") > accidentally changed some IH_ARCH_... values. > > Prior to that commit, there existed a gap between IH_ARCH_M68K and > IH_ARCH_MICROBLAZE, like follows. > > #define IH_ARCH_SPARC64

[U-Boot] [PATCH v2] image: fix IH_ARCH_... values for uImage compatibility

2016-07-20 Thread Masahiro Yamada
Commit 555f45d8f916 ("image: Convert the IH_... values to enums") accidentally changed some IH_ARCH_... values. Prior to that commit, there existed a gap between IH_ARCH_M68K and IH_ARCH_MICROBLAZE, like follows. #define IH_ARCH_SPARC64 11 /* Sparc 64 Bit */ #define IH_ARCH_M68K