Changeset 4b27f5f in mainline


Ignore:
Timestamp:
2013-08-03T10:37:02Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e842f2
Parents:
85a54b4
Message:

arm32, boot: Enable advanced pt format on armv6

File:
1 edited

Legend:

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

    r85a54b4 r4b27f5f  
    141141                 * we disable caches before jumping to kernel
    142142                 * so this is safe for all archs.
     143                 * Enable VMSAv6 the bit (23) is only writable on ARMv6.
    143144                 */
    144                 "ldr r1, =0x00001805\n"
     145                "ldr r1, =0x00801805\n"
    145146               
    146147                "orr r0, r0, r1\n"
Note: See TracChangeset for help on using the changeset viewer.