Skip to content
Snippets Groups Projects
Commit b18352f2 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Stefan Roese
Browse files

powerpc: lib: remove leftover CONFIG_5xx


CONFIG_5xx hasn't existed since commit 50258977 (powerpc, 5xx:
remove support for 5xx). Remove this last mention of it.

Reviewed-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
parent 17bd5cce
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@
void flush_cache(ulong start_addr, ulong size)
{
#ifndef CONFIG_5xx
ulong addr, start, end;
start = start_addr & ~(CONFIG_SYS_CACHELINE_SIZE - 1);
......@@ -33,5 +32,4 @@ void flush_cache(ulong start_addr, ulong size)
asm volatile("sync" : : : "memory");
/* flush prefetch queue */
asm volatile("isync" : : : "memory");
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment