diff options
| author | Asen Dimov <dimov@ronetix.at> | 2010-12-12 12:41:36 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-12-16 22:46:06 +0100 | 
| commit | 6741b5310f81ae5ae0132ad85b09fb31d6377b6c (patch) | |
| tree | c4e7c0826cade1069aad9b3e0a7c840f27d8bea8 | |
| parent | 4f81bf4368ced9b0469e1b387637d01cc510dba6 (diff) | |
| download | olio-uboot-2014.01-6741b5310f81ae5ae0132ad85b09fb31d6377b6c.tar.xz olio-uboot-2014.01-6741b5310f81ae5ae0132ad85b09fb31d6377b6c.zip | |
pm9261: enable cache command
Signed-off-by: Asen Dimov <dimov@ronetix.at>
| -rw-r--r-- | include/configs/pm9261.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index c7f0be91f..26e50490f 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -203,6 +203,7 @@  #undef CONFIG_CMD_LOADS  #undef CONFIG_CMD_IMLS +#define CONFIG_CMD_CACHE  #define CONFIG_CMD_PING		1  #define CONFIG_CMD_DHCP		1  #define CONFIG_CMD_NAND		1 |