* [PATCH] Documentation/porting.txt: switch to resoruce
@ 2011-08-03 13:19 Jean-Christophe PLAGNIOL-VILLARD
2011-08-03 14:15 ` Uwe Kleine-König
0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-08-03 13:19 UTC (permalink / raw)
To: barebox
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
Documentation/porting.txt | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/Documentation/porting.txt b/Documentation/porting.txt
index ccfe598..80e35ae 100644
--- a/Documentation/porting.txt
+++ b/Documentation/porting.txt
@@ -32,15 +32,10 @@ extra-y += barebox.lds
To see anything you have to at least register a console. In scb9328.c this
looks like this:
- static struct device_d scb9328_serial_device = {
- .name = "imx_serial",
- .map_base = IMX_UART1_BASE,
- .size = 4096,
- };
-
static int scb9328_console_init(void)
{
- register_device(&scb9328_serial_device);
+ add_generic_device("imx_serial", -1, NULL, IMX_UART1_BASE, SZ_4K,
+ IORESOURCE_MEM, NULL);
return 0;
}
--
1.7.5.4
_______________________________________________
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] Documentation/porting.txt: switch to resoruce
2011-08-03 13:19 [PATCH] Documentation/porting.txt: switch to resoruce Jean-Christophe PLAGNIOL-VILLARD
@ 2011-08-03 14:15 ` Uwe Kleine-König
0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2011-08-03 14:15 UTC (permalink / raw)
To: Jean-Christophe PLAGNIOL-VILLARD; +Cc: barebox
$Subject ~= s/resoruce/resource/
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
_______________________________________________
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:[~2011-08-03 14:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-03 13:19 [PATCH] Documentation/porting.txt: switch to resoruce Jean-Christophe PLAGNIOL-VILLARD
2011-08-03 14:15 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox