Re: [PATCH] Series-to: u-boot Cover-letter: Fix Typo error in Makefile

2020-04-09 Thread Sicris Rey Embay
On Thu, Apr 9, 2020 at 8:49 PM Heinrich Schuchardt wrote: > > On 2020-04-08 17:39, Sicris wrote: > > This patch fixes the typo error in Makefile where > > -I$(srctree)/arch/$(ARCH)/thumb1/include is not picked up > > in the compiler flag when compiling for thumb2. > > END > > > > Signed-off-by:

Re: [PATCH] Series-to: u-boot Cover-letter: Fix Typo error in Makefile

2020-04-09 Thread Heinrich Schuchardt
On 2020-04-09 16:25, Sicris Rey Embay wrote: > On Thu, Apr 9, 2020 at 8:49 PM Heinrich Schuchardt wrote: >> >> On 2020-04-08 17:39, Sicris wrote: >>> This patch fixes the typo error in Makefile where >>> -I$(srctree)/arch/$(ARCH)/thumb1/include is not picked up >>> in the compiler flag when

Re: [PATCH] Series-to: u-boot Cover-letter: Fix Typo error in Makefile

2020-04-09 Thread Tom Rini
On Thu, Apr 09, 2020 at 02:49:41PM +0200, Heinrich Schuchardt wrote: > On 2020-04-08 17:39, Sicris wrote: > > This patch fixes the typo error in Makefile where > > -I$(srctree)/arch/$(ARCH)/thumb1/include is not picked up > > in the compiler flag when compiling for thumb2. > > END > > > >

Re: [PATCH] Series-to: u-boot Cover-letter: Fix Typo error in Makefile

2020-04-09 Thread Heinrich Schuchardt
On 2020-04-08 17:39, Sicris wrote: > This patch fixes the typo error in Makefile where > -I$(srctree)/arch/$(ARCH)/thumb1/include is not picked up > in the compiler flag when compiling for thumb2. > END > > Signed-off-by: Sicris > --- > > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] Series-to: u-boot Cover-letter: Fix Typo error in Makefile

2020-04-08 Thread Sicris
This patch fixes the typo error in Makefile where -I$(srctree)/arch/$(ARCH)/thumb1/include is not picked up in the compiler flag when compiling for thumb2. END Signed-off-by: Sicris --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index

Re: [PATCH] Series-to: u-boot Cover-letter: Fix Typo error in Makefile

2020-04-08 Thread Simon Glass
Hi, On Wed, 8 Apr 2020 at 09:39, Sicris wrote: > > This patch fixes the typo error in Makefile where > -I$(srctree)/arch/$(ARCH)/thumb1/include is not picked up > in the compiler flag when compiling for thumb2. > END > > Signed-off-by: Sicris > --- > Somehow your patman tags have come through