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 v4 0/15] Kconfig for U-Boot
Date: Sun, 27 Jul 2014 18:46:02 +0900	[thread overview]
Message-ID: <20140727184601.81ED.AA925319@jp.panasonic.com> (raw)
In-Reply-To: <CAPnjgZ3i0pp89ZzDjetRPpLwkWx-cXjsu6Tscsr75QdcON5y0w@mail.gmail.com>

Hi Simon,



On Sat, 26 Jul 2014 17:10:05 +0100
Simon Glass <sjg@chromium.org> wrote:

> Hi Masahiro,
> 
> On 22 July 2014 16:24, Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:
> > This series introduces Kconfig.
> > For boards with SPL/TPL support, another .config file is created
> > under spl/tpl directory.
> >
> > Use "make spl:config", "make spl:menuconfig" etc. to modify spl/.config
> > and "make tpl:config", "make tpl:menuconfig" etc. for tpl/.config.
> 
> This doesn't seem to work for me now:

Uh-oh, I was such an idiot that I did not notice this syntax
does not work.  :-(

I changed that in v6.

Please do

"make spl/config", "make spl/menuconfig", etc.



> $ rm -rf b/snow;
> CROSS_COMPILE=/opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux/bin/arm-linux-gnueabihf-
> make O=b/snow snow_defconfig spl:xconfig
> Makefile:134: *** multiple target patterns.  Stop.
> 
> In case I have missed a patch, I pushed it to u-boot-x86.git in branch
> try-masa4.


I don't think you missed any patch, but
I pushed my local branch to GitHub just in case.

You can use it, if necessary.


git clone git://github.com/masahir0y/u-boot-kbuild.git
cd u-boot-kbuild
git checkout kconfig_v6



make O=b/snow snow_defconfig spl/xconfig
should work.



Best Regards
Masahiro Yamada

  reply	other threads:[~2014-07-27  9:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-22 15:24 [U-Boot] [PATCH v4 0/15] Kconfig for U-Boot Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 01/15] kconfig: import Kconfig files from Linux 3.16-rc6 Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 02/15] Do not apply: tools: add genkconfig Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 03/15] kconfig: add board Kconfig and defconfig files Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 04/15] kconfig: add basic Kconfig files Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 05/15] include: define CONFIG_SPL and CONFIG_TPL as 1 Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 06/15] kconfig: switch to Kconfig Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 07/15] Do not apply: tools: add gen_maintainers.py Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 08/15] Add MAINTAINERS files Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 09/15] tools: add genboardscfg Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 10/15] kconfig: remove mkconfig and boards.cfg Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 11/15] MAKEALL: adjust for Kconfig Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 12/15] buildman: " Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 13/15] kconfig: delete redundant CONFIG_${ARCH} definition Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 14/15] powerpc: remove redundant CPU definition Masahiro Yamada
2014-07-22 15:24 ` [U-Boot] [PATCH v4 15/15] kbuild: remove CONFIG_SPL/CONFIG_TPL definition in config headers Masahiro Yamada
2014-07-26 16:10 ` [U-Boot] [PATCH v4 0/15] Kconfig for U-Boot Simon Glass
2014-07-27  9:46   ` Masahiro Yamada [this message]
2014-07-28  3:43     ` Simon Glass
2014-07-30  8:27       ` Masahiro Yamada
2014-07-30  9:08         ` Simon Glass
2014-07-30  9:34           ` Masahiro Yamada
2014-07-30  9:45             ` Simon Glass

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=20140727184601.81ED.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.