• 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
spll_main.c 4.92 KB