Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-29 Thread Tom Rini
On Fri, Aug 29, 2014 at 11:57:57AM +0900, Masahiro Yamada wrote: > Hi Tom, > > > On Thu, 28 Aug 2014 15:53:28 -0400 > Tom Rini wrote: > > > > > > Thanks, > > > > > Minkyu Kang. > > > > > > > > Is there any chance that this patch set will be pulled to mainline in a > > > > near future? > > > >

Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-28 Thread Masahiro Yamada
Hi Tom, On Thu, 28 Aug 2014 15:53:28 -0400 Tom Rini wrote: > > > > Thanks, > > > > Minkyu Kang. > > > > > > Is there any chance that this patch set will be pulled to mainline in a > > > near future? > > > > > > Some urgent work depends on it :-) > > > > > > > I am also worried about this. >

Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-28 Thread Tom Rini
On Fri, Aug 22, 2014 at 05:24:53PM +0900, Masahiro Yamada wrote: > > On Fri, 22 Aug 2014 10:16:35 +0200 > Lukasz Majewski wrote: > > > Dear All, > > > > > On 06/08/14 12:17, Masahiro Yamada wrote: > > > > Becuase the board select menu in arch/arm/Kconfig is too big, > > > > move the Exynos boar

Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-22 Thread Lukasz Majewski
Hi Masahiro, > > On Fri, 22 Aug 2014 10:16:35 +0200 > Lukasz Majewski wrote: > > > Dear All, > > > > > On 06/08/14 12:17, Masahiro Yamada wrote: > > > > Becuase the board select menu in arch/arm/Kconfig is too big, > > > > move the Exynos board select menu to exynos/Kconfig. > > > > > > > > C

Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-22 Thread Masahiro Yamada
On Fri, 22 Aug 2014 10:16:35 +0200 Lukasz Majewski wrote: > Dear All, > > > On 06/08/14 12:17, Masahiro Yamada wrote: > > > Becuase the board select menu in arch/arm/Kconfig is too big, > > > move the Exynos board select menu to exynos/Kconfig. > > > > > > Consolidate also common settings (CON

Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-22 Thread Lukasz Majewski
Dear All, > On 06/08/14 12:17, Masahiro Yamada wrote: > > Becuase the board select menu in arch/arm/Kconfig is too big, > > move the Exynos board select menu to exynos/Kconfig. > > > > Consolidate also common settings (CONFIG_SYS_CPU="armv7" and > > CONFIG_SYS_SOC="exynos"). > > > > Signed-off-b

Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-11 Thread Minkyu Kang
On 06/08/14 12:17, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Exynos board select menu to exynos/Kconfig. > > Consolidate also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="exynos"). > > Signed-off-by: Masahiro Yamada > Cc: M

[U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-05 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Exynos board select menu to exynos/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="exynos"). Signed-off-by: Masahiro Yamada Cc: Minkyu Kang --- Changes in v2: None arch/arm/Kconfig