diff mbox

[U-Boot] Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX

Message ID 1321955038-8921-1-git-send-email-stefan.kristiansson@saunalahti.fi
State Accepted
Commit f52138ae87987d193ef715c09b3d2d6ca5645d01
Delegated to: Macpaul Lin
Headers show

Commit Message

Stefan Kristiansson Nov. 22, 2011, 9:43 a.m. UTC
NDS32 and SANDBOX architecture were sharing the same IH_ARCH number

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
---
 include/image.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Macpaul Lin Nov. 22, 2011, 11:03 a.m. UTC | #1
Hi Stefan,  

> 主旨: [PATCH] Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX
> 
> NDS32 and SANDBOX architecture were sharing the same IH_ARCH number
> 
> Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
[snip]
> architecture (test only) */
> -#define IH_ARCH_NDS32	        19	/* ANDES 
> Technology - NDS32  */
> +#define IH_ARCH_NDS32	        20	/* ANDES 
> Technology - NDS32  */
>  
>  /*
>   * Image Types
> -- 

Thanks!

Acked-by: Macpaul Lin <macpaul@andestech.com>
Marek Vasut Nov. 22, 2011, 2:15 p.m. UTC | #2
> Hi Stefan,
> 
> > 主旨: [PATCH] Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX
> > 
> > NDS32 and SANDBOX architecture were sharing the same IH_ARCH number
> > 
> > Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
> 
> [snip]
> 
> > architecture (test only) */
> > -#define IH_ARCH_NDS32	        19	/* ANDES
> > Technology - NDS32  */
> > +#define IH_ARCH_NDS32	        20	/* ANDES
> > Technology - NDS32  */
> > 
> >  /*
> >  
> >   * Image Types
> 
> Thanks!
> 
> Acked-by: Macpaul Lin <macpaul@andestech.com>

Thanks for making this one ;-)

Acked-by: Marek Vasut <marek.vasut@gmail.com>
Macpaul Lin Nov. 23, 2011, 6:10 a.m. UTC | #3
Hi Stefan,

<macpaul@andestech.com> 於 2011年11月22日下午7:03 寫道:

> Hi Stefan,
>
> > 主旨: [PATCH] Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX
> >
> > NDS32 and SANDBOX architecture were sharing the same IH_ARCH number
> >
> > Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
>

Applied to u-boot-nds32/master.
Thanks.
diff mbox

Patch

diff --git a/include/image.h b/include/image.h
index c56a18d..6a41c2e 100644
--- a/include/image.h
+++ b/include/image.h
@@ -107,7 +107,7 @@ 
 #define IH_ARCH_AVR32		17	/* AVR32	*/
 #define IH_ARCH_ST200	        18	/* STMicroelectronics ST200  */
 #define IH_ARCH_SANDBOX		19	/* Sandbox architecture (test only) */
-#define IH_ARCH_NDS32	        19	/* ANDES Technology - NDS32  */
+#define IH_ARCH_NDS32	        20	/* ANDES Technology - NDS32  */
 
 /*
  * Image Types