forked from Imagelibrary/rtems
2006-08-15 Kolja Waschk <kawk@telos.de>
* linkcmds.c, linkcmds.h, memory.c, memory.h, sample.ptf: New files. * bridges.c: corrected detection of bridged connections * clocks.c: removed a printf * linkcmds.[ch] new files, added output of linker script * Makefile.am: added new files * memory.[ch]: new files, detection of memory in SOPC configuration * nios2gen.c: updated command line parsing and output control * output.[ch]: improved output of BSP header file * ptf.[ch]: added ptf_dump_ptf_item and small fixes * sample.ptf: new file, sample configuration for nios2gen * README: updated
This commit is contained in:
@@ -23,7 +23,6 @@ void add_clock_spec(struct ptf_item *pi, void *arg)
|
||||
if(new_clock == NULL) return;
|
||||
|
||||
new_clock->freq = strtoul(pi->item[pi->level]->value, 0, 0);
|
||||
printf("freq = %lu (%s?)\n", new_clock->freq, pi->item[pi->level]->value);
|
||||
|
||||
new_clock->cfgname = NULL;
|
||||
new_clock->name = pi->item[pi->level-1]->value;
|
||||
|
||||
Reference in New Issue
Block a user