Skip to content
Snippets Groups Projects
Commit 14b4e1a6 authored by Paul Burton's avatar Paul Burton Committed by Daniel Schwierzeck
Browse files

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: default avatarPaul Burton <paul.burton@imgtec.com>
parent e0878af8
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,6 @@ ...@@ -29,10 +29,6 @@
#define CONFIG_SYS_MHZ 250 /* arbitrary value */ #define CONFIG_SYS_MHZ 250 /* arbitrary value */
#define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000) #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 #define CONFIG_SWAP_IO_SPACE
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment