All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.m@jp.panasonic.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings
Date: Fri, 22 Aug 2014 17:24:53 +0900	[thread overview]
Message-ID: <20140822172453.A09D.AA925319@jp.panasonic.com> (raw)
In-Reply-To: <20140822101635.0379e077@amdc2363>


On Fri, 22 Aug 2014 10:16:35 +0200
Lukasz Majewski <l.majewski@samsung.com> 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 (CONFIG_SYS_CPU="armv7" and
> > > CONFIG_SYS_SOC="exynos").
> > > 
> > > Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> > > Cc: Minkyu Kang <mk7.kang@samsung.com>
> > > ---
> > > 
> > > Changes in v2: None
> > > 
> > >  arch/arm/Kconfig                     | 41
> > > +++------------------------ arch/arm/cpu/armv7/exynos/Kconfig    |
> > > 55 ++++++++++++++++++++++++++++++++++++
> > > board/samsung/arndale/Kconfig        |  8 ------
> > > board/samsung/origen/Kconfig         |  8 ------
> > > board/samsung/smdk5250/Kconfig       | 16 -----------
> > > board/samsung/smdk5420/Kconfig       | 16 -----------
> > > board/samsung/smdkv310/Kconfig       |  8 ------
> > > board/samsung/trats/Kconfig          |  8 ------
> > > board/samsung/trats2/Kconfig         |  8 ------
> > > board/samsung/universal_c210/Kconfig |  8 ------
> > > configs/arndale_defconfig            |  1 +
> > > configs/origen_defconfig             |  1 +
> > > configs/peach-pit_defconfig          |  1 +
> > > configs/s5pc210_universal_defconfig  |  1 +
> > > configs/smdk5250_defconfig           |  1 +
> > > configs/smdk5420_defconfig           |  1 +
> > > configs/smdkv310_defconfig           |  1 +
> > > configs/snow_defconfig               |  1 +
> > > configs/trats2_defconfig             |  1 +
> > > configs/trats_defconfig              |  1 + 20 files changed, 69
> > > insertions(+), 117 deletions(-) create mode 100644
> > > arch/arm/cpu/armv7/exynos/Kconfig
> > > 
> > 
> > Acked-by: Minkyu Kang <mk7.kang@samsung.com>
> > 
> > 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.
Already new boards here and there, which lead to big conflicts.


Tom? Albert?


Best Regards
Masahiro Yamada

  reply	other threads:[~2014-08-22  8:24 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-06  3:17 [U-Boot] [PATCH v2 0/15] arm: kconfig: move board select menus and other settings to SoC dir Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 01/15] omap: remove omap5912osk board support Masahiro Yamada
2014-08-23 12:45   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-08-06  3:17 ` [U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and common settings Masahiro Yamada
2014-08-06  6:39   ` [U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and commonsettings Michal Simek
2014-08-06  6:49     ` Masahiro Yamada
2014-08-06  7:57       ` Michal Simek
2014-08-06  8:31         ` Masahiro Yamada
2014-08-06  9:10           ` Michal Simek
2014-08-06  9:48             ` Masahiro Yamada
2014-08-06 11:27               ` Michal Simek
2014-08-18  2:55                 ` Masahiro Yamada
2014-08-06 11:27               ` Michal Simek
2014-08-06  3:17 ` [U-Boot] [PATCH v2 03/15] tegra: kconfig: move board select menu and common settings Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 04/15] rmobile: " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 05/15] versatile: kconfig: move " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 06/15] kirkwood: kconfig: refactor Kconfig and defconfig Masahiro Yamada
2014-08-06 10:05   ` Prafulla Wadaskar
2014-08-06 10:09     ` Prafulla Wadaskar
2014-08-20 10:14       ` Albert ARIBAUD
2014-08-06  3:17 ` [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings Masahiro Yamada
2014-08-12  2:43   ` Minkyu Kang
2014-08-22  8:16     ` Lukasz Majewski
2014-08-22  8:24       ` Masahiro Yamada [this message]
2014-08-22  8:27         ` Lukasz Majewski
2014-08-28 19:53         ` Tom Rini
2014-08-29  2:57           ` Masahiro Yamada
2014-08-29 14:38             ` Tom Rini
2014-08-06  3:17 ` [U-Boot] [PATCH v2 08/15] davinci: " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 09/15] omap3: " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 10/15] omap4: " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 11/15] omap5: " Masahiro Yamada
2014-08-06  3:18 ` [U-Boot] [PATCH v2 12/15] keystone: " Masahiro Yamada
2014-08-06  3:18 ` [U-Boot] [PATCH v2 13/15] orion5x: " Masahiro Yamada
2014-08-06  3:18 ` [U-Boot] [PATCH v2 14/15] highbank: kconfig: move " Masahiro Yamada
2014-08-06  3:18 ` [U-Boot] [PATCH v2 15/15] nomadik: kconfig: move board select menu and " Masahiro Yamada
2014-08-09  8:00 ` [U-Boot] [PATCH v2 0/15] arm: kconfig: move board select menus and other settings to SoC dir Masahiro YAMADA

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140822172453.A09D.AA925319@jp.panasonic.com \
    --to=yamada.m@jp.panasonic.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.