diff options
author | Paul Burton <paul.burton@imgtec.com> | 2013-11-08 11:18:53 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2013-11-09 17:21:02 +0100 |
commit | 14b4e1a63e580b1993866ec783d958619d485d9c (patch) | |
tree | 31cb185a00f9e45634558db08dd662aa361a1f2b /include | |
parent | e0878af8cdfd2178b3a1e3a3448dc75f4cf1b34c (diff) | |
download | u-boot-imx-14b4e1a63e580b1993866ec783d958619d485d9c.zip u-boot-imx-14b4e1a63e580b1993866ec783d958619d485d9c.tar.gz u-boot-imx-14b4e1a63e580b1993866ec783d958619d485d9c.tar.bz2 |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h index 6132ab8..ab5ba95 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 /* |