Changeset b99a5e8 in mainline


Ignore:
Timestamp:
2012-03-12T21:07:07Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a19dc95
Parents:
914e063
Message:

beagleboardxm: Use provided HZ value instead of hard-coded one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c

    r914e063 rb99a5e8  
    109109         * and has special capabilities for regular ticks */
    110110        amdm37x_gpt_timer_ticks_init(&beagleboard.timer,
    111             AMDM37x_GPT1_BASE_ADDRESS, AMDM37x_GPT1_SIZE, 100); /* 100 Hz */
     111            AMDM37x_GPT1_BASE_ADDRESS, AMDM37x_GPT1_SIZE, HZ);
    112112}
    113113
Note: See TracChangeset for help on using the changeset viewer.