Re: [U-Boot] [PATCH 3/7] common: Add the CMD_ENV_EXISTS config to Kconfig

2015-06-26 Thread Tom Rini
On Mon, Jun 22, 2015 at 04:15:26PM -0500, Joe Hershberger wrote: This command needs to exist in the Kconfig so that it can be moved from the config_cmd_default.h. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Applied to u-boot/master, thanks! -- Tom signature.asc Description:

[U-Boot] [PATCH 3/7] common: Add the CMD_ENV_EXISTS config to Kconfig

2015-06-22 Thread Joe Hershberger
This command needs to exist in the Kconfig so that it can be moved from the config_cmd_default.h. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- common/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/common/Kconfig b/common/Kconfig index 0ccdf62..cb14592 100644 ---