85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
authorKumar Gala <galak@kernel.crashing.org>
Thu, 23 Oct 2008 06:47:37 +0000 (01:47 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Fri, 24 Oct 2008 20:10:23 +0000 (15:10 -0500)
commita38a5b6edd30f29fd5fdb1d7f674521906c0e677
tree4b2ba624c599bf59be35f2500d064043fd9eec34
parentd9d8c7c696dec370ca714c03beb6e79d4c90bd5e
85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number

Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
e500mc's 64-byte cacheline properly when it gets added.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/start.S