diff options
Diffstat (limited to 'configs/taurus_defconfig')
-rw-r--r-- | configs/taurus_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig index 8af7dd7c3a..ee21811a81 100644 --- a/configs/taurus_defconfig +++ b/configs/taurus_defconfig @@ -1,9 +1,9 @@ CONFIG_ARM=y +CONFIG_SPL_SYS_ICACHE_OFF=y +CONFIG_SPL_SYS_DCACHE_OFF=y CONFIG_SYS_THUMB_BUILD=y # CONFIG_SPL_USE_ARCH_MEMCPY is not set # CONFIG_SPL_USE_ARCH_MEMSET is not set -CONFIG_SPL_SYS_ICACHE_OFF=y -CONFIG_SPL_SYS_DCACHE_OFF=y CONFIG_ARCH_AT91=y CONFIG_SPL_LDSCRIPT="arch/$(ARCH)/cpu/u-boot-spl.lds" CONFIG_SYS_TEXT_BASE=0x21000000 |