Ignore:
Timestamp:
Jun 19, 2014, 1:25:08 PM (10 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_boot/boot.c

    r321 r329  
    15251525        _puts(",");
    15261526        _putd( y );
    1527         _puts(",[");
     1527        _puts(",");
    15281528        _putd( lpid );
    15291529        _puts("]\n");
     
    21462146
    21472147#if BOOT_DEBUG_PERI
    2148 _puts("\n[BOOT DEBUG] ****** peripherals initialisation in cluster[");
     2148_puts("\n[BOOT DEBUG] Peripherals initialisation in cluster[");
    21492149_putd( x );
    21502150_puts(",");
    21512151_putd( y );
    2152 _puts("] ******\n");
     2152_puts("]\n");
    21532153#endif
    21542154
     
    22162216                case PERIPH_TYPE_IOB:    // vci_io_bridge component
    22172217                {
    2218 #if 0
    22192218                    // initialize r_xicu_base & r_xicu_size registers
    22202219                    unsigned int base = (unsigned int)SEG_XCU_BASE;
     
    22412240                        // pseg_base[IOB_IOMMU_ACTIVE] = 1;       
    22422241                    }
    2243 #endif
    22442242                    break;
    22452243                }
     
    22502248_puts("- PIC : channels = ");
    22512249_putd(channels);
    2252 _puts(" at cycle ");
    2253 _putd(_get_proctime());
    22542250_puts("\n");
    22552251#endif
     
    22882284
    22892285#if BOOT_DEBUG_PERI
    2290 _puts("\n[BOOT DEBUG] ****** coprocessors initialisation in cluster[");
     2286_puts("\n[BOOT DEBUG] Coprocessors initialisation in cluster[");
    22912287_putd( x );
    22922288_puts(",");
    22932289_putd( y );
    2294 _puts("] ******\n");
     2290_puts("]\n");
    22952291#endif
    22962292
Note: See TracChangeset for help on using the changeset viewer.