Changeset 615 for soft/giet_vm/giet_boot/boot.c
- Timestamp:
- Jul 15, 2015, 6:17:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r590 r615 164 164 unsigned int _tty0_boot_mode = 1; 165 165 166 // boot code does not use distributed locks to protect MMC 167 __attribute__((section(".kdata"))) 168 unsigned int _mmc_boot_mode = 1; 169 166 170 // boot code does not uses a lock to protect HBA command allocator 167 171 __attribute__((section(".kdata")))
Note: See TracChangeset
for help on using the changeset viewer.