diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:13 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 13:33:53 (GMT) |
commit | a55d29d2ac658b33989a7c4c368beff46a98bcde (patch) | |
tree | 989f0f7704c2b4753ee6ccc40953161a1c415e7d /include | |
parent | dcab138793d9fde507e48e3b956bb4d824ff5eb4 (diff) | |
download | u-boot-a55d29d2ac658b33989a7c4c368beff46a98bcde.tar.xz |
Convert CONFIG_CMD_ENV_CALLBACK to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_ENV_CALLBACK
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sandbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 8ba37fc..9aa18d4 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -108,7 +108,6 @@ #define CONFIG_CMD_SANDBOX #define CONFIG_CMD_ENV_FLAGS -#define CONFIG_CMD_ENV_CALLBACK #define CONFIG_BOOTARGS "" |