Changeset 40762c6 in mainline
- Timestamp:
- 2013-02-10T23:00:36Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c754f6
- Parents:
- e3e2b6c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/am335x/ctrl_module.h
re3e2b6c7 r40762c6 46 46 unsigned const control_status = AM335x_CTRL_MODULE_REG_ADDR(base, 47 47 CONTROL_SYSCONFIG); 48 unsigned const sysboot = (control_status >> 22) & 0x03;48 unsigned const sysboot1 = (control_status >> 22) & 0x03; 49 49 50 50 switch (sysboot) {
Note:
See TracChangeset
for help on using the changeset viewer.