You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/03/04 13:03:39 UTC

[incubator-nuttx] branch master updated: arch/x86: correct typo error to fix x86 boards build break

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new b27cbf6  arch/x86: correct typo error to fix x86 boards build break
b27cbf6 is described below

commit b27cbf6de1e7a2c677f8ece4e582b2681b3b80c2
Author: liuhaitao <li...@xiaomi.com>
AuthorDate: Wed Mar 4 20:56:08 2020 +0800

    arch/x86: correct typo error to fix x86 boards build break
---
 arch/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/Kconfig b/arch/Kconfig
index 8493870..aaf1c61 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -79,10 +79,10 @@ config ARCH_SIM
 	---help---
 		Linux/Cygwin user-mode simulation.
 
-config arch_x86
+config ARCH_X86
 	bool "x86"
 	---help---
-		intel x86 architectures.
+		Intel x86 architectures.
 
 config ARCH_X86_64
 	bool "x86_64"