Ignore:
Timestamp:
May 14, 2015, 10:45:44 PM (9 years ago)
Author:
alain
Message:

Introduce a new driver for SD Card using the 4bits wide SD bus.
THere is now 5 supported block device peripherals, and the driver names
have been re-organised: reset_ioc_xxx with xxx in (bdv, hba, rdk, spi, sdc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/src/reset_elf_loader.c

    r962 r992  
    4444    }
    4545
    46 #if (RESET_DEBUG == 1)
     46#if (RESET_DEBUG > 1)
    4747    reset_display_block( (char*)&elf_header );
    4848#endif
     
    6868
    6969#if (RESET_DEBUG == 1)
    70         reset_puts("[RESET DEBUG] Loadable segment found:\n");
     70        reset_puts("\n[RESET DEBUG] Loadable segment found:\n");
    7171        reset_print_elf_phdr(&elf_pht[pseg]);
    7272#endif
Note: See TracChangeset for help on using the changeset viewer.