From 92d478b32ac5f8b94d4469170d25ae1b7daad5bb Mon Sep 17 00:00:00 2001 From: Kees Jongenburger Date: Wed, 12 Jun 2013 15:18:47 +0200 Subject: [PATCH] arm:am355x enable unzip and the cache command. --- include/configs/am335x_evm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index ef00306a5..29dd07391 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -36,6 +36,8 @@ #define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ +#define CONFIG_CMD_UNZIP +#define CONFIG_CMD_CACHE #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG