diff options
| author | Asen Dimov <dimov@ronetix.at> | 2010-12-12 12:42:38 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-12-16 22:45:00 +0100 | 
| commit | 37ee3ccce77a5ff8b791d61b04931385af015f99 (patch) | |
| tree | e83a3e3f9f80b7a7458bc378253f9faf74ec1aff | |
| parent | 510f794c894321fe65e62bb6fd9f21fa2569dcec (diff) | |
| download | olio-uboot-2014.01-37ee3ccce77a5ff8b791d61b04931385af015f99.tar.xz olio-uboot-2014.01-37ee3ccce77a5ff8b791d61b04931385af015f99.zip | |
pm9g45: enable cache command
Signed-off-by: Asen Dimov <dimov@ronetix.at>
| -rw-r--r-- | include/configs/pm9g45.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index 8822012fd..ec51ccf06 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -81,6 +81,7 @@  #undef CONFIG_CMD_FPGA  #undef CONFIG_CMD_IMLS +#define CONFIG_CMD_CACHE  #define CONFIG_CMD_PING		1  #define CONFIG_CMD_DHCP		1  #define CONFIG_CMD_NAND		1 |