Skip to content
Snippets Groups Projects
Commit 3278e291 authored by Tom Rini's avatar Tom Rini
Browse files

Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel"


The author of the commit discovered later on that this was already being
done in cleanup_before_linux() on arch/arm/cpu/armv7m/cpu.c.

This reverts commit 8f079ccc.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent f42f25da
No related branches found
No related tags found
No related merge requests found
...@@ -360,7 +360,6 @@ static void boot_jump_linux(bootm_headers_t *images, int flag) ...@@ -360,7 +360,6 @@ static void boot_jump_linux(bootm_headers_t *images, int flag)
#ifdef CONFIG_CPU_V7M #ifdef CONFIG_CPU_V7M
ulong addr = (ulong)kernel_entry | 1; ulong addr = (ulong)kernel_entry | 1;
kernel_entry = (void *)addr; kernel_entry = (void *)addr;
dcache_disable();
#endif #endif
s = getenv("machid"); s = getenv("machid");
if (s) { if (s) {
......
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