Changeset 390 for trunk


Ignore:
Timestamp:
May 16, 2013, 5:51:55 PM (11 years ago)
Author:
cfuguet
Message:

Reactivating commented command in the Makefile of the tsar_boot

Location:
trunk/softs/tsar_boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/Makefile

    r388 r390  
    8484$(BUILD_DIR)/platform.dtb: $(DTS)
    8585        $(ECHO) "[   DTC   ]     $(notdir $<)"
    86         touch $@;#${DTC} -O dtb -o $@ $< &> /dev/null
     86        ${DTC} -O dtb -o $@ $< &> /dev/null
    8787
    8888$(BUILD_DIR):
  • trunk/softs/tsar_boot/README.txt

    r388 r390  
    2323                 finished.
    2424                                 0 means invalidation must be made.
     25
     26              -> INSTRUMENTATION
     27                 Set value different to 0 if some instrumentation of the
     28                 bootloader is needed.
    2529
    2630              -> CACHE_LINE_SIZE
Note: See TracChangeset for help on using the changeset viewer.