• Alessandro Rubini's avatar
    general: remove TRACE_DEV (and shrink binary) · c24326a8
    Alessandro Rubini authored
    This removes TRACE_DEV(), turning it into pll_verbose() and wrc_verbose().
    
    The functions are enabled and disabled by kconfig, with defaults matching
    the previous behaviour.
    
    So nothing changes, but the binary is smaller because the previous
    wrc_debug_printf() was silent because of a run-time conditional
    (though hardwired false at build time). The condional is now at build
    time.  We save around 2k, between strings and calling code, in
    all wrc builds (nothing is saved in wrs, which is verbose by default,
    nor in devel_build_test_defconfig where all verbose options are on)).
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    
    devel_build_test_defconfig: enable all verbose options
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    c24326a8
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards/arria Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
ipc Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ b203cc96
scripts Loading commit data...
sdb-lib Loading commit data...
shell Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
check-error.c Loading commit data...
dump-info.c Loading commit data...
revision.c Loading commit data...
system_checks.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrs_main.c Loading commit data...