Re: [U-Boot] [PATCH v8 02/13] kconfig: add board Kconfig and defconfig files

2014-08-07 Thread York Sun
On 08/06/2014 11:59 PM, Masahiro Yamada wrote: > Hi York, > > > On Wed, 6 Aug 2014 11:24:27 -0700 > York Sun wrote: > >> On 07/29/2014 10:08 PM, Masahiro Yamada wrote: >>> This commit adds: >>> - arch/${ARCH}/Kconfig >>> provide a menu to select target boards >>> - board/${VENDOR}/${BOARD

Re: [U-Boot] [PATCH v8 02/13] kconfig: add board Kconfig and defconfig files

2014-08-07 Thread Masahiro Yamada
Hi York, On Wed, 6 Aug 2014 11:24:27 -0700 York Sun wrote: > On 07/29/2014 10:08 PM, Masahiro Yamada wrote: > > This commit adds: > > - arch/${ARCH}/Kconfig > > provide a menu to select target boards > > - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig > > set CONFIG macro

Re: [U-Boot] [PATCH v8 02/13] kconfig: add board Kconfig and defconfig files

2014-08-06 Thread York Sun
On 07/29/2014 10:08 PM, Masahiro Yamada wrote: > This commit adds: > - arch/${ARCH}/Kconfig > provide a menu to select target boards > - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig > set CONFIG macros to the appropriate values for each board > - configs/${TARGET_BOARD}_def

Re: [U-Boot] [PATCH v8 02/13] kconfig: add board Kconfig and defconfig files

2014-07-30 Thread Tom Rini
On Wed, Jul 30, 2014 at 02:08:14PM +0900, Masahiro Yamada wrote: > This commit adds: > - arch/${ARCH}/Kconfig > provide a menu to select target boards > - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig > set CONFIG macros to the appropriate values for each board > - configs/