Changeset 390 for trunk/softs
- Timestamp:
- May 16, 2013, 5:51:55 PM (12 years ago)
- Location:
- trunk/softs/tsar_boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/Makefile
r388 r390 84 84 $(BUILD_DIR)/platform.dtb: $(DTS) 85 85 $(ECHO) "[ DTC ] $(notdir $<)" 86 touch $@;#${DTC} -O dtb -o $@ $< &> /dev/null86 ${DTC} -O dtb -o $@ $< &> /dev/null 87 87 88 88 $(BUILD_DIR): -
trunk/softs/tsar_boot/README.txt
r388 r390 23 23 finished. 24 24 0 means invalidation must be made. 25 26 -> INSTRUMENTATION 27 Set value different to 0 if some instrumentation of the 28 bootloader is needed. 25 29 26 30 -> CACHE_LINE_SIZE
Note: See TracChangeset
for help on using the changeset viewer.