From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 2/3] board: freescale: drop CONFIG_DM_I2C undefs
Date: Wed, 10 Feb 2021 12:50:49 -0500 [thread overview]
Message-ID: <20210210175049.GD10169@bill-the-cat> (raw)
In-Reply-To: <20210209115245.47288-3-igor.opaniuk@gmail.com>
On Tue, Feb 09, 2021 at 01:52:44PM +0200, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk@foundries.io>
>
> Drop CONFIG_DM_I2C undefs from board header files, and make them
> disabled on these boards in defconfigs instead.
>
> Disabling on Kconfig symbol was done automatically with this script:
>
> cd configs
> files=(*ls1046a*)
> files2=(*T104*RDB*)
> files3=(ls1021atwr_*)
> files4=("imx8mp_evk_defconfig phycore-imx8mp_defconfig")
> combine=("${files[@]}" "${files2[@]}" "${files3[@]}" "${files4[@]}")
> cd ..
>
> for item in ${combine[*]}
> do
> echo "Adjusting $item"
> echo "# CONFIG_SPL_DM_I2C is not set" >> configs/$item
> make $item && make savedefconfig && cp defconfig configs/$item
> done
>
> Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Reviewed-by: Tom Rini <trini@konsulko.com>
--
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/20210210/ed7b1f70/attachment.sig>
next prev parent reply other threads:[~2021-02-10 17:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-09 11:52 [PATCH v3 0/3] Allow disabling driver model for I2C in SPL Igor Opaniuk
2021-02-09 11:52 ` [PATCH v3 1/3] dm: i2c: allow disabling driver model " Igor Opaniuk
2021-02-10 17:50 ` Tom Rini
2021-02-21 7:02 ` Heiko Schocher
2021-02-09 11:52 ` [PATCH v3 2/3] board: freescale: drop CONFIG_DM_I2C undefs Igor Opaniuk
2021-02-10 17:50 ` Tom Rini [this message]
2021-02-21 7:02 ` Heiko Schocher
2021-02-09 11:52 ` [PATCH v3 3/3] dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO Igor Opaniuk
2021-02-10 17:51 ` Tom Rini
2021-02-11 10:38 ` Priyanka Jain
2021-02-21 7:02 ` Heiko Schocher
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=20210210175049.GD10169@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