Changeset 535 for trunk/boot/tsar_mips32


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

Replace TXT0 by MTTY0 for LETI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boot/tsar_mips32/boot.c

    r534 r535  
    403403    boot_info->x_max        = header->x_size; // [FIXME]
    404404    boot_info->y_max        = header->name[5] == 'l' ? header->y_size - 1 : header->y_size; // [FIXME]
     405    boot_info->use_mty0     = header->name[5] == 'l' ? true : false;
    405406    boot_info->paddr_width  = header->paddr_width;
    406407    boot_info->io_cxy       = header->io_cxy;
Note: See TracChangeset for help on using the changeset viewer.