diff mbox

[U-Boot] MIPS: Kconfig: use decimal number for all i/d-cache line-size.

Message ID 1465205197-30565-1-git-send-email-purna.mandal@microchip.com
State Accepted
Commit 4b7b0a0f0635c1d1e4a0ae2ed172530b5f78e74b
Delegated to: Daniel Schwierzeck
Headers show

Commit Message

Purna Chandra Mandal June 6, 2016, 9:26 a.m. UTC
Instead of using mix of hex and decimal numbering for i/d-cache size
and line-size use unified decimal integer only.

Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>

---

 arch/mips/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 5c30ae9..21066f0 100644
--- a/arch/mips/Kconfig
+++ b/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.