Re: [U-Boot] [PATCH] ARM: phytec: pcm051: select board revision by Kconfig

2015-06-04 Thread Masahiro Yamada
Hi. Sorry for my late reply. 2015-06-04 17:07 GMT+09:00 Lars Poeschel : > On Wed, Jun 03, 2015 at 11:20:25AM -0400, Tom Rini wrote: >> On Wed, Jun 03, 2015 at 04:36:06PM +0200, Lars Poeschel wrote: >> > On Tue, Jun 02, 2015 at 10:34:34AM -0400, Tom Rini wrote: >> > > On Mon, Jun 01, 2015 at 05:09

Re: [U-Boot] [PATCH] ARM: phytec: pcm051: select board revision by Kconfig

2015-06-04 Thread Lars Poeschel
On Wed, Jun 03, 2015 at 11:20:25AM -0400, Tom Rini wrote: > On Wed, Jun 03, 2015 at 04:36:06PM +0200, Lars Poeschel wrote: > > On Tue, Jun 02, 2015 at 10:34:34AM -0400, Tom Rini wrote: > > > On Mon, Jun 01, 2015 at 05:09:11PM +0200, poesc...@lemonage.de wrote: > > > > > > > From: Lars Poeschel >

Re: [U-Boot] [PATCH] ARM: phytec: pcm051: select board revision by Kconfig

2015-06-03 Thread Tom Rini
On Wed, Jun 03, 2015 at 04:36:06PM +0200, Lars Poeschel wrote: > On Tue, Jun 02, 2015 at 10:34:34AM -0400, Tom Rini wrote: > > On Mon, Jun 01, 2015 at 05:09:11PM +0200, poesc...@lemonage.de wrote: > > > > > From: Lars Poeschel > > > > > > This add a Kconfig entry that allows to set the board rev

Re: [U-Boot] [PATCH] ARM: phytec: pcm051: select board revision by Kconfig

2015-06-03 Thread Lars Poeschel
On Tue, Jun 02, 2015 at 10:34:34AM -0400, Tom Rini wrote: > On Mon, Jun 01, 2015 at 05:09:11PM +0200, poesc...@lemonage.de wrote: > > > From: Lars Poeschel > > > > This add a Kconfig entry that allows to set the board revision in > > menuconfig. So the deprecated CONFIG_SYS_EXTRA_OPTIONS is no l

Re: [U-Boot] [PATCH] ARM: phytec: pcm051: select board revision by Kconfig

2015-06-02 Thread Tom Rini
On Mon, Jun 01, 2015 at 05:09:11PM +0200, poesc...@lemonage.de wrote: > From: Lars Poeschel > > This add a Kconfig entry that allows to set the board revision in > menuconfig. So the deprecated CONFIG_SYS_EXTRA_OPTIONS is no longer > needed for this boad. > > Signed-off-by: Lars Poeschel I li

[U-Boot] [PATCH] ARM: phytec: pcm051: select board revision by Kconfig

2015-06-01 Thread poeschel
From: Lars Poeschel This add a Kconfig entry that allows to set the board revision in menuconfig. So the deprecated CONFIG_SYS_EXTRA_OPTIONS is no longer needed for this boad. Signed-off-by: Lars Poeschel --- board/phytec/pcm051/Kconfig | 19 +++ configs/pcm051_rev1_defconfig