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


Ignore:
Timestamp:
2013-01-01T12:15:32Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e55fcd2
Parents:
1a3a632
Message:

arm32,bbxm: Make boot mapping pages cacheable

File:
1 edited

Legend:

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

    r1a3a632 r0acd339  
    5656        else
    5757                return 1;
    58 #else
     58#elif defined MACHINE_beagleboardxm
     59        const unsigned long address = section << PTE_SECTION_SHIFT;
     60        if (address >= BBXM_RAM_START && address < BBXM_RAM_END)
     61                return 1;
     62#endif
    5963        return 0;
    60 #endif
    6164}
    6265
Note: See TracChangeset for help on using the changeset viewer.