Re: [U-Boot] [patch] break build if it would produce broken binary

2015-08-13 Thread Marek Vasut
On Thursday, August 13, 2015 at 05:06:08 PM, Pavel Machek wrote: > On Tue 2015-06-02 11:11:35, Simon Glass wrote: > > Hi, > > > > > > > index 43cc494..ae4c21b 100644 > > > > > --- a/arch/arm/include/asm/u-boot.h > > > > > +++ b/arch/arm/include/asm/u-boot.h > > > > > @@ -49,4 +49,8 @@ typedef stru

Re: [U-Boot] [patch] break build if it would produce broken binary

2015-08-13 Thread Pavel Machek
On Tue 2015-06-02 11:11:35, Simon Glass wrote: > Hi, > > > > > index 43cc494..ae4c21b 100644 > > > > --- a/arch/arm/include/asm/u-boot.h > > > > +++ b/arch/arm/include/asm/u-boot.h > > > > @@ -49,4 +49,8 @@ typedef struct bd_info { > > > > #define IH_ARCH_DEFAULT IH_ARCH_ARM64 > > > > #endif > >

Re: [U-Boot] [patch] break build if it would produce broken binary

2015-06-02 Thread Simon Glass
Hi, On 13 April 2015 at 14:38, Pavel Machek wrote: > > On Mon 2015-04-13 08:52:52, Tom Rini wrote: > > On Mon, Apr 13, 2015 at 02:49:28PM +0200, Pavel Machek wrote: > > > > > Add an error in known-bad case so that we don't produce broken and > > > hard to debug binaries. > > > > > > Signed-off-by

Re: [U-Boot] [patch] break build if it would produce broken binary

2015-04-13 Thread Pavel Machek
On Mon 2015-04-13 08:52:52, Tom Rini wrote: > On Mon, Apr 13, 2015 at 02:49:28PM +0200, Pavel Machek wrote: > > > Add an error in known-bad case so that we don't produce broken and > > hard to debug binaries. > > > > Signed-off-by: Pavel Machek > > > > diff --git a/arch/arm/include/asm/u-bo

Re: [U-Boot] [patch] break build if it would produce broken binary

2015-04-13 Thread Tom Rini
On Mon, Apr 13, 2015 at 02:49:28PM +0200, Pavel Machek wrote: > Add an error in known-bad case so that we don't produce broken and > hard to debug binaries. > > Signed-off-by: Pavel Machek > > diff --git a/arch/arm/include/asm/u-boot.h b/arch/arm/include/asm/u-boot.h > index 43cc494..ae4c21

[U-Boot] [patch] break build if it would produce broken binary

2015-04-13 Thread Pavel Machek
Add an error in known-bad case so that we don't produce broken and hard to debug binaries. Signed-off-by: Pavel Machek diff --git a/arch/arm/include/asm/u-boot.h b/arch/arm/include/asm/u-boot.h index 43cc494..ae4c21b 100644 --- a/arch/arm/include/asm/u-boot.h +++ b/arch/arm/include/asm/u-boo