From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/1] test: pr_cont_test.o depends on CONFIG_LOG=y
Date: Sat, 30 Jan 2021 14:21:52 -0500 [thread overview]
Message-ID: <20210130192152.GR7530@bill-the-cat> (raw)
In-Reply-To: <20210127110946.53745-1-xypron.glpk@gmx.de>
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 no member named ?log_fmt?
> ?log_fmt = gd->log_fmt;
>
> We do not want to let CONFIG_UT_LOG depend on CONFIG_LOG=y because we have
> tests for logging functions called with CONFIG_LOG=n.
>
> Fix the build dependency.
>
> Reported-by: Kever Yang <kever.yang@rock-chips.com>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210130/1fa3b4a3/attachment.sig>
prev parent reply other threads:[~2021-01-30 19:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-27 11:09 [PATCH 1/1] test: pr_cont_test.o depends on CONFIG_LOG=y Heinrich Schuchardt
2021-01-30 19:21 ` Tom Rini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210130192152.GR7530@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.