mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
CONFIG_SYS_[DI]CACHE_OFF: remove commented lines
Eventually these configuration items will be converted to Kconfig, therefore there's little point in leaving commented-out versions of them in include/configs. Signed-off-by: Trevor Woerner <trevor@toganlabs.com>
This commit is contained in:
parent
18592cc40b
commit
c5091c5fc6
2 changed files with 0 additions and 5 deletions
|
@ -45,10 +45,6 @@
|
|||
* MMU and Cache Setting
|
||||
*----------------------------------------------------------------------*/
|
||||
|
||||
/* Comment out the following to enable L1 cache */
|
||||
/* #define CONFIG_SYS_ICACHE_OFF */
|
||||
/* #define CONFIG_SYS_DCACHE_OFF */
|
||||
|
||||
#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
|
||||
|
||||
#define CONFIG_TIMESTAMP
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#ifndef __CONFIG_VERSAL_MINI_H
|
||||
#define __CONFIG_VERSAL_MINI_H
|
||||
|
||||
/* #define CONFIG_SYS_DCACHE_OFF */
|
||||
#define CONFIG_SYS_ICACHE_OFF
|
||||
|
||||
#define CONFIG_SYS_MEMTEST_SCRATCH 0xfffc0000
|
||||
|
|
Loading…
Reference in a new issue