diff mbox series

[U-Boot,V4,01/12] scripts: spl: fix typo

Message ID 1504073693-16900-1-git-send-email-peng.fan@nxp.com
State Changes Requested
Delegated to: Stefano Babic
Headers show
Series [U-Boot,V4,01/12] scripts: spl: fix typo | expand

Commit Message

Peng Fan Aug. 30, 2017, 6:14 a.m. UTC
Typo fix: CONIFG->CONFIG

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Tom Rini <trini@konsulko.com>
---

V2: new
V3: none
V4: none

 scripts/Makefile.uncmd_spl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peng Fan Sept. 21, 2017, 2:19 a.m. UTC | #1
For the patchset, Ping..

Thanks,
Peng.
On Wed, Aug 30, 2017 at 02:14:42PM +0800, Peng Fan wrote:
>Typo fix: CONIFG->CONFIG
>
>Signed-off-by: Peng Fan <peng.fan@nxp.com>
>Cc: Tom Rini <trini@konsulko.com>
>---
>
>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
>-- 
>2.6.6
>
Stefano Babic Sept. 22, 2017, 10:05 a.m. UTC | #2
On 21/09/2017 04:19, Peng Fan wrote:
> For the patchset, Ping..
> 

I know, this is in my TODO list. I will review them soon.

Thanks for patience.

Regards,
Stefano

> Thanks,
> Peng.
> On Wed, Aug 30, 2017 at 02:14:42PM +0800, Peng Fan wrote:
>> Typo fix: CONIFG->CONFIG
>>
>> Signed-off-by: Peng Fan <peng.fan@nxp.com>
>> Cc: Tom Rini <trini@konsulko.com>
>> ---
>>
>> 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
>> -- 
>> 2.6.6
>>
Stefano Babic Sept. 25, 2017, 1:55 p.m. UTC | #3
On 30/08/2017 08:14, Peng Fan wrote:
> Typo fix: CONIFG->CONFIG
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> Cc: Tom Rini <trini@konsulko.com>
> ---
> 
> 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
diff mbox series

Patch

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