diff options
Diffstat (limited to 'board/siemens')
-rw-r--r-- | board/siemens/common/board.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/siemens/common/board.c b/board/siemens/common/board.c index 32d2ee4de94..7e8731bb3b9 100644 --- a/board/siemens/common/board.c +++ b/board/siemens/common/board.c @@ -159,13 +159,4 @@ U_BOOT_CMD( "Sends U-Boot into infinite loop", "" ); - -#ifndef CONFIG_SYS_DCACHE_OFF -void enable_caches(void) -{ - printf("Enable d-cache\n"); - /* Enable D-cache. I-cache is already enabled in start.S */ - dcache_enable(); -} -#endif /* CONFIG_SYS_DCACHE_OFF */ #endif /* !CONFIG_SPL_BUILD */ |