Changeset 827aae5 in mainline for boot/arch/arm32/src/mm.c


Ignore:
Timestamp:
2013-01-19T16:59:07Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a03b609
Parents:
bad1f53
Message:

arm32: disable boot caches on bbxm.

Does not work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/src/mm.c

    rbad1f53 r827aae5  
    5959        const unsigned long address = section << PTE_SECTION_SHIFT;
    6060        if (address >= BBXM_RAM_START && address < BBXM_RAM_END)
    61                 return 1;
     61                return 0;
    6262#endif
    6363        return 0;
Note: See TracChangeset for help on using the changeset viewer.