Re: [U-Boot] [PATCH] arm: fix a build error with CONFIG_USE_IRQ

2014-06-09 Thread Masahiro Yamada
Hi Albert, > Sorry, I though your patch was about CONFIG_USE_IRQ and its related > feature, as the subject and commit message both heavily refer to it > and mention CONFIG_SYS_DV_NOR_BOOT_CFG almost incidentally. > > Since the issue is that CONFIG_SYS_DV_NOR_BOOT_CFG definition is broken > for

Re: [U-Boot] [PATCH] arm: fix a build error with CONFIG_USE_IRQ

2014-06-09 Thread Masahiro Yamada
Hi Albert, On Mon, 9 Jun 2014 10:35:06 +0200 Albert ARIBAUD wrote: > Hi Masahiro, > > On Mon, 09 Jun 2014 16:36:56 +0900, Masahiro Yamada > wrote: > > > Hi Albert, > > > > On Mon, 9 Jun 2014 09:14:11 +0200 > > Albert ARIBAUD wrote: > > > > > Hi Masahiro, > > > > > > On Mon, 26 May 2014 19

Re: [U-Boot] [PATCH] arm: fix a build error with CONFIG_USE_IRQ

2014-06-09 Thread Albert ARIBAUD
Hi Masahiro, On Mon, 09 Jun 2014 18:29:26 +0900, Masahiro Yamada wrote: > Hi Albert, > > > On Mon, 9 Jun 2014 10:35:06 +0200 > Albert ARIBAUD wrote: > > > Hi Masahiro, > > > > On Mon, 09 Jun 2014 16:36:56 +0900, Masahiro Yamada > > wrote: > > > > > Hi Albert, > > > > > > On Mon, 9 Jun 20

Re: [U-Boot] [PATCH] arm: fix a build error with CONFIG_USE_IRQ

2014-06-09 Thread Masahiro Yamada
Hi Albert, On Mon, 9 Jun 2014 10:35:06 +0200 Albert ARIBAUD wrote: > Hi Masahiro, > > On Mon, 09 Jun 2014 16:36:56 +0900, Masahiro Yamada > wrote: > > > Hi Albert, > > > > On Mon, 9 Jun 2014 09:14:11 +0200 > > Albert ARIBAUD wrote: > > > > > Hi Masahiro, > > > > > > On Mon, 26 May 2014 1

Re: [U-Boot] [PATCH] arm: fix a build error with CONFIG_USE_IRQ

2014-06-09 Thread Albert ARIBAUD
Hi Masahiro, On Mon, 09 Jun 2014 16:36:56 +0900, Masahiro Yamada wrote: > Hi Albert, > > On Mon, 9 Jun 2014 09:14:11 +0200 > Albert ARIBAUD wrote: > > > Hi Masahiro, > > > > On Mon, 26 May 2014 19:43:50 +0900, Masahiro Yamada > > wrote: > > > > > Commit 41623c91 moved exception handling to

Re: [U-Boot] [PATCH] arm: fix a build error with CONFIG_USE_IRQ

2014-06-09 Thread Masahiro Yamada
Hi Albert, On Mon, 9 Jun 2014 09:14:11 +0200 Albert ARIBAUD wrote: > Hi Masahiro, > > On Mon, 26 May 2014 19:43:50 +0900, Masahiro Yamada > wrote: > > > Commit 41623c91 moved exception handling to arch/arm/lib/vectors.S, > > breaking CONFIG_USE_IRQ feature. > > > > If CONFIG_USE_IRQ is enabl

Re: [U-Boot] [PATCH] arm: fix a build error with CONFIG_USE_IRQ

2014-06-09 Thread Albert ARIBAUD
Hi Masahiro, On Mon, 26 May 2014 19:43:50 +0900, Masahiro Yamada wrote: > Commit 41623c91 moved exception handling to arch/arm/lib/vectors.S, > breaking CONFIG_USE_IRQ feature. > > If CONFIG_USE_IRQ is enabled, undefined reference error occurs. > > arch/arm/lib/built-in.o: In function `inter