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


Ignore:
Timestamp:
2013-01-21T00:22:40Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c19808fd
Parents:
a14f346
Message:

arm32, bbxm: Disable boot time caches yet again.

Boot fails after cold power up.

File:
1 edited

Legend:

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

    ra14f346 rc9d0642d  
    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.