Changeset 562 for trunk/tools/arch_info


Ignore:
Timestamp:
Sep 21, 2018, 10:27:06 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Disable DQDT and remove y_max FOR GOOD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/arch_info/boot_info.h

    r557 r562  
    112112        uint32_t      x_size;                        /*! number of cluster in a row             */
    113113        uint32_t      y_size;                        /*! number of cluster in a column          */
    114     uint32_t      x_max;                         /*! [FIXME] Nb of non-empty cluster in row */
    115     uint32_t      y_max;                         /*! [FIXME] Nb of non_empty cluster in col */
    116114    uint32_t      cluster_info[CONFIG_MAX_CLUSTERS_X][CONFIG_MAX_CLUSTERS_Y];
    117115                                                 /*! An array of infos about all clusters   */
Note: See TracChangeset for help on using the changeset viewer.