]> granicus.if.org Git - esp-idf/commit
components/bootloader: fix enabling cache for APP CPU
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 24 Aug 2016 08:25:04 +0000 (16:25 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 24 Aug 2016 08:25:04 +0000 (16:25 +0800)
commit4d1084120c72a49481c97ee22bc4885cd2686a5a
treeec79a7d9ea30d56ead715fc09e15a2bb30dc7a58
parentbe112daa711c0f8158af7b579bde50d286f57405
components/bootloader: fix enabling cache for APP CPU

This is a workaround for a hardware bug with cache initialization.
Only two lines of code related to DPORT_APP_CACHE_MMU_IA_CLR were added around mmu_init(1); call,
and two lines at the end of comment block.
I reformatted surrounding lines to use spaces for indentation, like the rest of the code in this file does.
components/bootloader/src/main/bootloader_start.c