[PATCH] Documentation/porting.txt: switch to resoruce
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Aug 3 09:19:36 EDT 2011
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at 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
More information about the barebox
mailing list