From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/2] fixdep: handle CONFIG_IS_ENABLE() and friends for TPL
Date: Fri, 24 Apr 2020 13:12:02 -0400 [thread overview]
Message-ID: <20200424171202.GX4555@bill-the-cat> (raw)
In-Reply-To: <20200416050145.492334-2-masahiroy@kernel.org>
On Thu, Apr 16, 2020 at 02:01:44PM +0900, Masahiro Yamada wrote:
> Since commit f1c6e1922eb5 ("spl: dm: use CONFIG_IS_ENABLED to test for
> the DM option"), CONFIG_IS_ENABLED() handles CONFIG_TPL_* options, but
> fixdep still cannot because it hard-codes the "SPL_" prefix as follows:
>
> char tmp_buf[256] = "SPL_"; /* hack for U-Boot */
>
> Take care of the "TPL_" prefix too.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
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/20200424/5842cad4/attachment.sig>
next prev parent reply other threads:[~2020-04-24 17:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-16 5:01 [PATCH 0/2] fixdep: fix a bug for TPL, and re-sync with Linux Masahiro Yamada
2020-04-16 5:01 ` [PATCH 1/2] fixdep: handle CONFIG_IS_ENABLE() and friends for TPL Masahiro Yamada
2020-04-24 17:12 ` Tom Rini [this message]
2020-04-16 5:01 ` [PATCH 2/2] fixdep: Re-sync with Linux 5.7-rc1 Masahiro Yamada
2020-04-24 17:12 ` Tom Rini
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=20200424171202.GX4555@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox