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

Gather LETI-specific macros into hard_config.h

File:
1 edited

Legend:

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

    r552 r556  
    404404    boot_info->x_max        = header->x_size; // [FIXME]
    405405    boot_info->y_max        = header->name[5] == 'l' ? header->y_size - 1 : header->y_size; // [FIXME]
    406     boot_info->use_mty0     = header->name[5] == 'l' ? true : false;
    407406    boot_info->paddr_width  = header->paddr_width;
    408407    boot_info->io_cxy       = header->io_cxy;
Note: See TracChangeset for help on using the changeset viewer.