commit | a1d2013710c8f3a81fba23e1e0f9de338c8620df | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Sep 16 16:33:04 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Sep 24 18:30:29 2014 -0400 |
tree | aeed6d3cb0b6af4b16f12959e15361a8109bc1b5 | |
parent | 5c199471b15f8bb144242acb389964ea3fe93d8e [diff] |
kconfig: move CONFIG_CMD_IMPORTENV to Kconfig Since CONFIG_CMD_IMPORTENV is defined in config_cmd_defaults.h, it should be enabled for all the boards except bf506f-ezkit that undefs it explicitely. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>