Changeset fe6593b7 in mainline


Ignore:
Timestamp:
2013-02-16T14:18:24Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6864f31
Parents:
f942226e
Message:

add a comment to make the code more clear

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/drivers/am335x/ctrl_module.h

    rf942226e rfe6593b7  
    5151        unsigned const control_status = AM335x_CTRL_MODULE_REG_VALUE(base,
    5252            CONTROL_STATUS);
     53
     54        /* Get the sysboot1 field at control_status[22,23] */
    5355        unsigned const sysboot1 = (control_status >> 22) & 0x03;
    5456
Note: See TracChangeset for help on using the changeset viewer.