[PATCH v2 3/5] configs: mt8512: Enable I2C related configs
Mingming Lee
mingming.lee at mediatek.com
Mon Oct 12 10:33:51 CEST 2020
hello Simon,
thank you for your review
I have re-order it and would send it in next version.
On Sun, 2020-10-11 at 21:34 -0600, Simon Glass wrote:
> On Wed, 30 Sep 2020 at 02:22, mingming lee <mingming.lee at mediatek.com> wrote:
> >
> > From: Mingming Lee <Mingming.Lee at mediatek.com>
> >
> > Enable MTK I2C
> > Enable I2C basic command
> >
> > Signed-off-by: Mingming Lee <Mingming.Lee at mediatek.com>
> > ---
> > configs/mt8512_bm1_emmc_defconfig | 3 +++
> > 1 file changed, 3 insertions(+)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> Please check that the sorting is correct.
>
> Something like this bash function may help:
>
> # $1 is config name
> function fix_kconfig()
> {
> make O=/tmp/b/$1_defconfig cfg && \
> make O=/tmp/b/$1 savedefconfig && \
> meld /tmp/b/$1/defconfig configs/$1_defconfig
> }
>
> Regards,
> Simon
More information about the U-Boot
mailing list