Re: [U-Boot] switching to single .config configuration issues

2015-05-07 Thread Simon Glass
Sent: Tuesday, May 05, 2015 6:28 >>> To: Yehuda Yitschak >>> Cc: Masahiro Yamada; Hanna Hawa; u-boot@lists.denx.de >>> Subject: Re: [U-Boot] switching to single .config configuration issues >>> >>> Hi, >>> >>> On 4 May 2015 at 05:3

Re: [U-Boot] switching to single .config configuration issues

2015-05-06 Thread Masahiro Yamada
u-boot@lists.denx.de >> Subject: Re: [U-Boot] switching to single .config configuration issues >> >> Hi, >> >> On 4 May 2015 at 05:34, Yehuda Yitschak wrote: >> > Hey Simon >> > >> >> -Original Message- >> >> From:

Re: [U-Boot] switching to single .config configuration issues

2015-05-05 Thread Yehuda Yitschak
55 > >> To: Yehuda Yitschak > >> Cc: Masahiro Yamada; Hanna Hawa; u-boot@lists.denx.de > >> Subject: Re: [U-Boot] switching to single .config configuration > >> issues > >> > >> Hi Yehuda, > >> > >> On 30 April 2015 at 0

Re: [U-Boot] switching to single .config configuration issues

2015-05-04 Thread Simon Glass
awa; u-boot@lists.denx.de >> Subject: Re: [U-Boot] switching to single .config configuration issues >> >> Hi Yehuda, >> >> On 30 April 2015 at 01:21, Yehuda Yitschak wrote: >> > Hey Masahiro >> > >> >> -Original Message- >>

Re: [U-Boot] switching to single .config configuration issues

2015-05-04 Thread Yehuda Yitschak
:46 > >> To: Yehuda Yitschak > >> Cc: Simon Glass; Hanna Hawa; u-boot@lists.denx.de > >> Subject: Re: [U-Boot] switching to single .config configuration > >> issues > >> > >> Hi Yehuda, > >> > >> > >> 2015-04-29 14:2

Re: [U-Boot] switching to single .config configuration issues

2015-05-03 Thread Simon Glass
ss; Hanna Hawa; u-boot@lists.denx.de >> Subject: Re: [U-Boot] switching to single .config configuration issues >> >> Hi Yehuda, >> >> >> 2015-04-29 14:23 GMT+09:00 Yehuda Yitschak : >> > Hey Simon, Masahiro >> > >> > May I suggest an alternativ

Re: [U-Boot] switching to single .config configuration issues

2015-04-30 Thread Yehuda Yitschak
Hey Masahiro > -Original Message- > From: Masahiro Yamada [mailto:yamada.masah...@socionext.com] > Sent: Thursday, April 30, 2015 4:46 > To: Yehuda Yitschak > Cc: Simon Glass; Hanna Hawa; u-boot@lists.denx.de > Subject: Re: [U-Boot] switching to single .config configurat

Re: [U-Boot] switching to single .config configuration issues

2015-04-29 Thread Masahiro Yamada
Hi Yehuda, 2015-04-29 14:23 GMT+09:00 Yehuda Yitschak : > Hey Simon, Masahiro > > May I suggest an alternative solution to this issue. > > What if each Kconfigs option could be set as "y" (compile for u-boot only )or > "s" (compile for u-boot and SPL) > Just as the kernel can set Kconfig to "y"

Re: [U-Boot] switching to single .config configuration issues

2015-04-29 Thread Masahiro Yamada
Hi Hanna, Simon, 2015-04-29 12:05 GMT+09:00 Simon Glass : > +Masahiro (new address) > > Hi Hanna, > > On 27 April 2015 at 07:43, Hanna Hawa wrote: >> Hi everyone, >> >> >> >> I’m working on the latest u-boot 2015.04 trying to rebase my repository to >> latest code. > > I would suggest going with

Re: [U-Boot] switching to single .config configuration issues

2015-04-28 Thread Yehuda Yitschak
Hey Simon, Masahiro May I suggest an alternative solution to this issue. What if each Kconfigs option could be set as "y" (compile for u-boot only )or "s" (compile for u-boot and SPL) Just as the kernel can set Kconfig to "y" or "m". With minor modifications to the Makefile, SPL target will com

Re: [U-Boot] switching to single .config configuration issues

2015-04-28 Thread Simon Glass
+Masahiro (new address) Hi Hanna, On 27 April 2015 at 07:43, Hanna Hawa wrote: > Hi everyone, > > > > I’m working on the latest u-boot 2015.04 trying to rebase my repository to > latest code. I would suggest going with upstream/master (targeting 2015.07) since there are several driver model cha

[U-Boot] switching to single .config configuration issues

2015-04-27 Thread Hanna Hawa
Hi everyone, I'm working on the latest u-boot 2015.04 trying to rebase my repository to latest code. And I have question regarding patch e02ee2548afe (kconfig: switch to single .config configuration) Issues that I face in the current solution (single .config): For my usage most of the CONFIG op