Re: [U-Boot] [PATCH v8 03/13] kconfig: add basic Kconfig files

2014-07-30 Thread Tom Rini
On Wed, Jul 30, 2014 at 02:08:15PM +0900, Masahiro Yamada wrote: > This commit adds more Kconfig files, which were written by hand. > > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH v8 03/13] kconfig: add basic Kconfig files

2014-07-29 Thread Masahiro Yamada
This commit adds more Kconfig files, which were written by hand. Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- Changes in v8: None Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: - Abolish CONFIG_SUBIMAGES - Add CONFIG_DEFCONFIG_LIST Changes in v3: -