Re: [PATCH 1/1] test: pr_cont_test.o depends on CONFIG_LOG=y

2021-01-30 Thread Tom Rini
On Wed, Jan 27, 2021 at 12:09:46PM +0100, Heinrich Schuchardt wrote: > Compiling wandboard_defconfig with CONFIG_UT_LOG=y leads to a build error: > > test/log/pr_cont_test.c: In function ‘log_test_pr_cont’: > test/log/pr_cont_test.c:28:14: error: > ‘gd_t’ {aka ‘volatile struct global_data’} has n

[PATCH 1/1] test: pr_cont_test.o depends on CONFIG_LOG=y

2021-01-27 Thread Heinrich Schuchardt
Compiling wandboard_defconfig with CONFIG_UT_LOG=y leads to a build error: test/log/pr_cont_test.c: In function ‘log_test_pr_cont’: test/log/pr_cont_test.c:28:14: error: ‘gd_t’ {aka ‘volatile struct global_data’} has no member named ‘log_fmt’  log_fmt = gd->log_fmt; We do not want to let CONFIG_