summaryrefslogtreecommitdiffstats
path: root/include/configs/eb_cpux9k2.h
diff options
context:
space:
mode:
authorJens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>2012-10-18 21:41:10 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-11-04 15:56:52 +0100
commitcc69cc002714422cbb551e3d6ebf7e2723c0c6de (patch)
treeb9d67b88d17bde208e02dcdc440c9e470e1f1134 /include/configs/eb_cpux9k2.h
parenta42c87f9d831c4eb36104255766cc7897876867c (diff)
downloadblackbird-obmc-uboot-cc69cc002714422cbb551e3d6ebf7e2723c0c6de.tar.gz
blackbird-obmc-uboot-cc69cc002714422cbb551e3d6ebf7e2723c0c6de.zip
arm: atmel: cpux9k2: add missing cache configs
* add CONFIG_SYS_CACHELINE_SIZE to eb_cpux9k2 board config header * dissable dcache (CONFIG_SYS_DCACHE_OFF) for eb_cpux9k2 Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Diffstat (limited to 'include/configs/eb_cpux9k2.h')
-rw-r--r--include/configs/eb_cpux9k2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index 9371ec31f3..3be4929fc2 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -43,6 +43,10 @@
#define MACH_TYPE_EB_CPUX9K2 1977
#define CONFIG_MACH_TYPE MACH_TYPE_EB_CPUX9K2
+
+#define CONFIG_SYS_CACHELINE_SIZE 32
+#define CONFIG_SYS_DCACHE_OFF
+
/*--------------------------------------------------------------------------*/
#ifndef CONFIG_RAMBOOT
#define CONFIG_SYS_TEXT_BASE 0x00000000
@@ -56,7 +60,6 @@
#define CONFIG_SYS_U_BOOT_BASE PHYS_FLASH_1
#define CONFIG_SYS_U_BOOT_SIZE 0x60000 /* 384 KBytes */
-
#define CONFIG_BOOT_RETRY_TIME 30
#define CONFIG_CMDLINE_EDITING
OpenPOWER on IntegriCloud