diff options
author | Robert Winkler <robert.winkler@boundarydevices.com> | 2013-06-06 10:39:25 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-06-26 17:34:21 +0200 |
commit | 87de2d64db16cd1bf3e7bae4a4e4e3f98cb0c7c6 (patch) | |
tree | 5b2ec15659b28a161fa9c5835c1636aad6495d62 /include | |
parent | 79713f0ad8058faccd9ddca9c59a49cf0bd88e6e (diff) | |
download | u-boot-imx-87de2d64db16cd1bf3e7bae4a4e4e3f98cb0c7c6.zip u-boot-imx-87de2d64db16cd1bf3e7bae4a4e4e3f98cb0c7c6.tar.gz u-boot-imx-87de2d64db16cd1bf3e7bae4a4e4e3f98cb0c7c6.tar.bz2 |
imx: nitrogen6x: Enabled data cache
Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/nitrogen6x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index aea91bc..039085e 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -276,8 +276,6 @@ #define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ -#define CONFIG_SYS_DCACHE_OFF - #ifndef CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE #endif |