Ignore:
Timestamp:
Jul 23, 2014, 10:18:03 AM (10 years ago)
Author:
alain
Message:

Remove the seg_boot_buffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_xml/xml_parser.c

    r349 r363  
    27502750            count++;
    27512751        }
    2752         else if ( strcmp(vseg[vseg_id]->name, "seg_boot_buffer") == 0 )
    2753         {
    2754             base = vseg[vseg_id]->vbase;
    2755             size = vobj[vseg[vseg_id]->vobj_offset]->length;
    2756             ld_write(fdout, "seg_boot_buffer_base    ", base);
    2757             ld_write(fdout, "seg_boot_buffer_size    ", size);
    2758             count++;
    2759         }
    2760     }
    2761 
    2762     if ( count != 5 )
     2752    }
     2753
     2754    if ( count != 4 )
    27632755    {
    27642756        printf ("[XML ERROR] Missing mandatory Boot global vseg : only %d\n", count);
     
    27682760        printf (" - seg_boot_stack\n");
    27692761        printf (" - seg_boot_mapping\n");
    2770         printf (" - seg_boot_buffer\n");
    27712762        exit(0);
    27722763    }
Note: See TracChangeset for help on using the changeset viewer.