From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Thu, 21 Sep 2017 10:19:26 +0800 Subject: [U-Boot] [PATCH V4 01/12] scripts: spl: fix typo In-Reply-To: <1504073693-16900-1-git-send-email-peng.fan@nxp.com> References: <1504073693-16900-1-git-send-email-peng.fan@nxp.com> Message-ID: <20170921021924.GA17342@linux-7smt.suse> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >Cc: Tom Rini >--- > >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 >