Changeset b742de2 in rtems
- Timestamp:
- 09/08/17 08:11:48 (5 years ago)
- Branches:
- 5, master
- Children:
- 0d51c05b
- Parents:
- 0ce5bfb
- git-author:
- Sebastian Huber <sebastian.huber@…> (09/08/17 08:11:48)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (09/12/17 08:00:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
r0ce5bfb rb742de2 191 191 ); 192 192 193 #ifndef QORIQ_IS_HYPERVISOR_GUEST 193 194 /* Disable boot page translation */ 194 195 #if QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT) … … 197 198 qoriq.lcc.bptr &= ~BPTR_EN; 198 199 #endif 200 #endif 199 201 } 200 202
Note: See TracChangeset
for help on using the changeset viewer.