* [PATCH] Fix typo in board.dox
@ 2009-12-31 21:55 Matthias Kaehlcke
2010-01-04 10:13 ` Sascha Hauer
2010-01-25 7:37 ` Sascha Hauer
0 siblings, 2 replies; 4+ messages in thread
From: Matthias Kaehlcke @ 2009-12-31 21:55 UTC (permalink / raw)
To: barebox
Fix a typo in documentation file about adapting a new board which
misnames the linker script template file
Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
--
diff --git a/board/board.dox b/board/board.dox
index 9c32682..76bff45 100644
--- a/board/board.dox
+++ b/board/board.dox
@@ -58,7 +58,7 @@ at the right architecture.
@note Consider to use an unique page lable.
-@subsection board_lscript board/\<boardname\>/barebox.ld.S
+@subsection board_lscript board/\<boardname\>/barebox.lds.S
If your board needs a special binary @a barebox layout, you can provide a local
board linker script file. This will replace the generic one provided by your
--
Matthias Kaehlcke
Embedded Linux Developer
Barcelona
Nationalism is an infantile disease. It is the measles of mankind
(Albert Einstein)
.''`.
using free software / Debian GNU/Linux | http://debian.org : :' :
`. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4 `-
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix typo in board.dox
2009-12-31 21:55 [PATCH] Fix typo in board.dox Matthias Kaehlcke
@ 2010-01-04 10:13 ` Sascha Hauer
2010-01-25 7:37 ` Sascha Hauer
1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2010-01-04 10:13 UTC (permalink / raw)
To: Matthias Kaehlcke; +Cc: barebox
On Thu, Dec 31, 2009 at 10:55:21PM +0100, Matthias Kaehlcke wrote:
> Fix a typo in documentation file about adapting a new board which
> misnames the linker script template file
>
> Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Ok, applied
Sascha
>
> --
>
> diff --git a/board/board.dox b/board/board.dox
> index 9c32682..76bff45 100644
> --- a/board/board.dox
> +++ b/board/board.dox
> @@ -58,7 +58,7 @@ at the right architecture.
>
> @note Consider to use an unique page lable.
>
> -@subsection board_lscript board/\<boardname\>/barebox.ld.S
> +@subsection board_lscript board/\<boardname\>/barebox.lds.S
>
> If your board needs a special binary @a barebox layout, you can provide a local
> board linker script file. This will replace the generic one provided by your
>
> --
> Matthias Kaehlcke
> Embedded Linux Developer
> Barcelona
>
> Nationalism is an infantile disease. It is the measles of mankind
> (Albert Einstein)
> .''`.
> using free software / Debian GNU/Linux | http://debian.org : :' :
> `. `'`
> gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4 `-
>
> _______________________________________________
> 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] 4+ messages in thread
* Re: [PATCH] Fix typo in board.dox
2009-12-31 21:55 [PATCH] Fix typo in board.dox Matthias Kaehlcke
2010-01-04 10:13 ` Sascha Hauer
@ 2010-01-25 7:37 ` Sascha Hauer
2010-01-25 7:49 ` Sascha Hauer
1 sibling, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2010-01-25 7:37 UTC (permalink / raw)
To: Matthias Kaehlcke; +Cc: barebox
Hi Matthias,
On Thu, Dec 31, 2009 at 10:55:21PM +0100, Matthias Kaehlcke wrote:
> Fix a typo in documentation file about adapting a new board which
> misnames the linker script template file
>
> Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
This one is already in master. Maybe I forgot to notice you that time.
Sascha
>
> --
>
> diff --git a/board/board.dox b/board/board.dox
> index 9c32682..76bff45 100644
> --- a/board/board.dox
> +++ b/board/board.dox
> @@ -58,7 +58,7 @@ at the right architecture.
>
> @note Consider to use an unique page lable.
>
> -@subsection board_lscript board/\<boardname\>/barebox.ld.S
> +@subsection board_lscript board/\<boardname\>/barebox.lds.S
>
> If your board needs a special binary @a barebox layout, you can provide a local
> board linker script file. This will replace the generic one provided by your
>
> --
> Matthias Kaehlcke
> Embedded Linux Developer
> Barcelona
>
> Nationalism is an infantile disease. It is the measles of mankind
> (Albert Einstein)
> .''`.
> using free software / Debian GNU/Linux | http://debian.org : :' :
> `. `'`
> gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4 `-
>
> _______________________________________________
> 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] 4+ messages in thread
* Re: [PATCH] Fix typo in board.dox
2010-01-25 7:37 ` Sascha Hauer
@ 2010-01-25 7:49 ` Sascha Hauer
0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2010-01-25 7:49 UTC (permalink / raw)
To: Matthias Kaehlcke; +Cc: barebox
On Mon, Jan 25, 2010 at 08:37:34AM +0100, Sascha Hauer wrote:
> Hi Matthias,
>
> On Thu, Dec 31, 2009 at 10:55:21PM +0100, Matthias Kaehlcke wrote:
> > Fix a typo in documentation file about adapting a new board which
> > misnames the linker script template file
> >
> > Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
>
> This one is already in master. Maybe I forgot to notice you that time.
Forget this one, I accidently opened an last years mailbox
Sascha
--
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] 4+ messages in thread
end of thread, other threads:[~2010-01-25 7:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-31 21:55 [PATCH] Fix typo in board.dox Matthias Kaehlcke
2010-01-04 10:13 ` Sascha Hauer
2010-01-25 7:37 ` Sascha Hauer
2010-01-25 7:49 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox