* [PATCH] mach-omap/Kconfig: Some spelling fixes and indentation.
@ 2012-12-04 23:17 Robert P. J. Day
2012-12-05 18:52 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-12-04 23:17 UTC (permalink / raw)
To: U-Boot Version 2 (barebox)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index 81f6127..b9f3dff 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -75,7 +75,7 @@ config OMAP_BUILD_SPI
bool
help
Say Y here if you want to build an barebox.spi image as used
- on the AM35xx chips when booting form SPI NOR flash.
+ on the AM35xx chips when booting from SPI NOR flash.
config ARCH_TEXT_BASE
hex
@@ -89,7 +89,7 @@ config OMAP4_USBBOOT
help
Say Y here if you want to be able to boot an OMAP4 cpu from USB.
You need the utility program omap4_usbboot to boot from USB.
- Please read oamp4_usb_booting.txt for more information.
+ Please read omap4_usb_booting.txt for more information.
config BOARDINFO
default "Archos G9" if MACH_ARCHOSG9
@@ -115,14 +115,14 @@ config MACH_BEAGLE
select HAVE_NOSHELL
select HAVE_DEFAULT_ENVIRONMENT_NEW
depends on ARCH_OMAP3
- help
+ help
Say Y here if you are using Beagle Board
config MACH_OMAP3EVM
bool "Texas Instrument's OMAP3 EVM"
select HAVE_NOSHELL
depends on ARCH_OMAP3
- help
+ help
Say Y here if you are using OMAP3EVM
config MACH_PANDA
@@ -155,7 +155,7 @@ config MACH_PCAAL1
bool "Phytec phyCARD-A-L1"
select HAVE_NOSHELL
depends on ARCH_OMAP3
- help
+ help
Say Y here if you are using a phyCARD-A-L1 PCA-A-L1
config MACH_PCAAXL2
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mach-omap/Kconfig: Some spelling fixes and indentation.
2012-12-04 23:17 [PATCH] mach-omap/Kconfig: Some spelling fixes and indentation Robert P. J. Day
@ 2012-12-05 18:52 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-12-05 18:52 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: U-Boot Version 2 (barebox)
On Tue, Dec 04, 2012 at 06:17:30PM -0500, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
Applied, thanks
Sascha
> ---
>
> diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
> index 81f6127..b9f3dff 100644
> --- a/arch/arm/mach-omap/Kconfig
> +++ b/arch/arm/mach-omap/Kconfig
> @@ -75,7 +75,7 @@ config OMAP_BUILD_SPI
> bool
> help
> Say Y here if you want to build an barebox.spi image as used
> - on the AM35xx chips when booting form SPI NOR flash.
> + on the AM35xx chips when booting from SPI NOR flash.
>
> config ARCH_TEXT_BASE
> hex
> @@ -89,7 +89,7 @@ config OMAP4_USBBOOT
> help
> Say Y here if you want to be able to boot an OMAP4 cpu from USB.
> You need the utility program omap4_usbboot to boot from USB.
> - Please read oamp4_usb_booting.txt for more information.
> + Please read omap4_usb_booting.txt for more information.
>
> config BOARDINFO
> default "Archos G9" if MACH_ARCHOSG9
> @@ -115,14 +115,14 @@ config MACH_BEAGLE
> select HAVE_NOSHELL
> select HAVE_DEFAULT_ENVIRONMENT_NEW
> depends on ARCH_OMAP3
> - help
> + help
> Say Y here if you are using Beagle Board
>
> config MACH_OMAP3EVM
> bool "Texas Instrument's OMAP3 EVM"
> select HAVE_NOSHELL
> depends on ARCH_OMAP3
> - help
> + help
> Say Y here if you are using OMAP3EVM
>
> config MACH_PANDA
> @@ -155,7 +155,7 @@ config MACH_PCAAL1
> bool "Phytec phyCARD-A-L1"
> select HAVE_NOSHELL
> depends on ARCH_OMAP3
> - help
> + help
> Say Y here if you are using a phyCARD-A-L1 PCA-A-L1
>
> config MACH_PCAAXL2
>
> --
>
> ========================================================================
> Robert P. J. Day Ottawa, Ontario, CANADA
> http://crashcourse.ca
>
> Twitter: http://twitter.com/rpjday
> LinkedIn: http://ca.linkedin.com/in/rpjday
> ========================================================================
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-05 18:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-04 23:17 [PATCH] mach-omap/Kconfig: Some spelling fixes and indentation Robert P. J. Day
2012-12-05 18:52 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox