commit | 89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Apr 24 17:29:26 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 15:09:47 2016 -0400 |
tree | aa20aae96e6503b71bd2f90b63fd498bd8ed7816 | |
parent | ab8243e43145598a55182c3f8ba0784f70526358 [diff] [blame] |
configs: Re-sync with cmd/Kconfig Update the config.h and defconfig files for the commands that 8e3c036 converted over to Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig index f4df61a..bd553be 100644 --- a/configs/r2dplus_defconfig +++ b/configs/r2dplus_defconfig
@@ -2,4 +2,6 @@ CONFIG_TARGET_R2DPLUS=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_PING=y +CONFIG_CMD_CACHE=y +CONFIG_CMD_EXT2=y CONFIG_USE_PRIVATE_LIBGCC=y