From 07450dcdcbd093bdc59c8936e7ce235ebfc290cf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 15:58:50 -0700 Subject: [PATCH] bsp-guide: Fixed "ARM" term appropriately. (From yocto-docs rev: 9b3ac75e5c88ba491bf4c34cf8dcc29dea393095) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index efa3a4a890..2ce42f2e28 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -1279,7 +1279,7 @@ For the QEMU architecture, the script first prompts you for which emulated architecture to use. - In the example, we use the arm architecture. + In the example, we use the ARM architecture. The script then prompts you for the kernel. The default 3.4 kernel is acceptable.