On 30/08/2017 08:14, Peng Fan wrote: > Typo fix: CONIFG->CONFIG > > Signed-off-by: Peng Fan <[email protected]> > Cc: Tom Rini <[email protected]> > --- > > V2: new > V3: none > V4: none > > scripts/Makefile.uncmd_spl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/Makefile.uncmd_spl b/scripts/Makefile.uncmd_spl > index 15d0836..b399411 100644 > --- a/scripts/Makefile.uncmd_spl > +++ b/scripts/Makefile.uncmd_spl > @@ -9,7 +9,7 @@ ifdef CONFIG_SPL_BUILD > ifndef CONFIG_SPL_DM > CONFIG_DM_SERIAL= > CONFIG_DM_GPIO= > -CONIFG_DM_I2C= > +CONFIG_DM_I2C= > CONFIG_DM_SPI= > CONFIG_DM_SPI_FLASH= > endif >
Applied to u-boot-imx, -master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

