diff options
author | Tom Rini <trini@konsulko.com> | 2016-06-12 12:52:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-12 12:52:19 -0400 |
commit | b10335009667fee493fbce59bbeb0504d0ca9ff0 (patch) | |
tree | 74aa9bc8d6d1f1929e24e4139d1242a30f02fabf /arch/mips/Kconfig | |
parent | 3fc304b8d77ce6646d38ae506e9fae74b9975631 (diff) | |
parent | e19b9004575cacf1f64fff894621adafe0e7ea7f (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 5c30ae981d..21066f0fda 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. |