Re: [U-Boot] [PATCH v8 11/13] kconfig: delete redundant CONFIG_${ARCH} definition

2014-07-30 Thread Tom Rini
On Wed, Jul 30, 2014 at 02:08:23PM +0900, Masahiro Yamada wrote: CONFIG_${ARCH} is defined by Kconfig. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Reviewed-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

[U-Boot] [PATCH v8 11/13] kconfig: delete redundant CONFIG_${ARCH} definition

2014-07-29 Thread Masahiro Yamada
CONFIG_${ARCH} is defined by Kconfig. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v8: None Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: - Rebase on the current u-boot/master Changes in v3: