]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
malta: remove cache size definitions
authorPaul Burton <paul.burton@imgtec.com>
Fri, 8 Nov 2013 11:18:53 +0000 (11:18 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 9 Nov 2013 16:21:02 +0000 (17:21 +0100)
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>
include/configs/malta.h

index 6132ab8652b9a0273e20d2f9e5738f0e0f50e1d8..ab5ba95e4709b34cfa1ecf1400db2831999824c2 100644 (file)
 #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
 
 /*