MIPS: Make CONFIG_SYS_DCACHE_LINE_SIZE int, not hex

For consistency with the other cache-related Kconfig entries & the
values actually set by boards, make CONFIG_SYS_DCACHE_LINE_SIZE an int
entry instead of a hex entry.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Fixes: 372286217f ("MIPS: Split I & D cache line size config")
master
Paul Burton 8 years ago committed by Daniel Schwierzeck
parent a95800e881
commit 4b7b0a0f06
  1. 2
      arch/mips/Kconfig

@ -253,7 +253,7 @@ config SYS_DCACHE_SIZE
The total size of the L1 Dcache, if known at compile time.
config SYS_DCACHE_LINE_SIZE
hex
int
default 0
help
The size of L1 Dcache lines, if known at compile time.

Loading…
Cancel
Save