Changeset fe6593b7 in mainline
- Timestamp:
- 2013-02-16T14:18:24Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6864f31
- Parents:
- f942226e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/am335x/ctrl_module.h
rf942226e rfe6593b7 51 51 unsigned const control_status = AM335x_CTRL_MODULE_REG_VALUE(base, 52 52 CONTROL_STATUS); 53 54 /* Get the sysboot1 field at control_status[22,23] */ 53 55 unsigned const sysboot1 = (control_status >> 22) & 0x03; 54 56
Note:
See TracChangeset
for help on using the changeset viewer.