summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2013-11-08 11:18:53 +0000
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2013-11-09 17:21:02 +0100
commit14b4e1a63e580b1993866ec783d958619d485d9c (patch)
tree31cb185a00f9e45634558db08dd662aa361a1f2b /include
parente0878af8cdfd2178b3a1e3a3448dc75f4cf1b34c (diff)
downloadblackbird-obmc-uboot-14b4e1a63e580b1993866ec783d958619d485d9c.tar.gz
blackbird-obmc-uboot-14b4e1a63e580b1993866ec783d958619d485d9c.zip
malta: remove cache size definitions
These will now be detected at runtime, allowing a single U-boot configuration to function correctly with different bitstreams. Without this you may need to re-configure, re-build and re-flash U-boot to your Malta if you flash a new bitstream with a different cache configuration to your old bitstream. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/malta.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h
index 6132ab8652..ab5ba95e47 100644
--- a/include/configs/malta.h
+++ b/include/configs/malta.h
@@ -29,10 +29,6 @@
#define CONFIG_SYS_MHZ 250 /* arbitrary value */
#define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000)
-#define CONFIG_SYS_DCACHE_SIZE 16384 /* arbitrary value */
-#define CONFIG_SYS_ICACHE_SIZE 16384 /* arbitrary value */
-#define CONFIG_SYS_CACHELINE_SIZE 32 /* arbitrary value */
-
#define CONFIG_SWAP_IO_SPACE
/*
OpenPOWER on IntegriCloud