Changeset 40762c6 in mainline


Ignore:
Timestamp:
2013-02-10T23:00:36Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c754f6
Parents:
e3e2b6c7
Message:

fix variable name

File:
1 edited

Legend:

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

    re3e2b6c7 r40762c6  
    4646        unsigned const control_status = AM335x_CTRL_MODULE_REG_ADDR(base,
    4747            CONTROL_SYSCONFIG);
    48         unsigned const sysboot = (control_status >> 22) & 0x03;
     48        unsigned const sysboot1 = (control_status >> 22) & 0x03;
    4949
    5050        switch (sysboot) {
Note: See TracChangeset for help on using the changeset viewer.