commit | 79e49fd0e85599a9c01cb74a93087aa2c6d0f757 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Thu Jun 09 13:09:52 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Jun 10 12:27:37 2016 +0200 |
tree | 0f26b510e8a822b1059b567fba36669bf1b4bba9 | |
parent | 1194f944c8a510c4243fa24f70d98717ac1e6771 [diff] |
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")