On Sat, 1 Jun 2019 at 23:59, Heinrich Schuchardt <[email protected]> wrote: > > Compiling with TRACE but without TRACE_EARLY results in an error > aarch64-linux-gnu-ld.bfd: > common/built-in.o:(.rodata.init_sequence_f+0x10): > undefined reference to `trace_early_init' > > trace_early_init() should not be called if CONFIG_TRACE_EARLY is not > defined. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > common/board_f.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

