Ignore:
Timestamp:
Sep 9, 2014, 3:05:49 PM (10 years ago)
Author:
cfuguet
Message:

tsar_generic_leti, tsar_boot: used USE_IOC_RDK instead of USE_RAMDISK

  • This is the name of the constant generated by the genmap tool into the hard_config.h file.
  • Instantiating the block device in the arch.py file only when the ramdisk is not used (GIET-VM supports only one IO controller)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_leti/top.cpp

    r795 r796  
    601601   ////////////////////////////
    602602
    603 #if USE_RAMDISK
     603#if USE_IOC_RDK
    604604   std::ostringstream ramdisk_name;
    605605   ramdisk_name << disk_name << "@" << std::hex << SEG_RDK_BASE << ":";
Note: See TracChangeset for help on using the changeset viewer.