MIPS: Make CONFIG_SYS_DCACHE_LINE_SIZE int, not hex
authorPaul Burton <paul.burton@imgtec.com>
Thu, 9 Jun 2016 12:09:52 +0000 (13:09 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 10 Jun 2016 10:27:37 +0000 (12:27 +0200)
commit4b7b0a0f0635c1d1e4a0ae2ed172530b5f78e74b
tree0f26b510e8a822b1059b567fba36669bf1b4bba9
parenta95800e881a8df837f0c4121a2cd560a4c02bd2f
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: 372286217f05 ("MIPS: Split I & D cache line size config")
arch/mips/Kconfig