Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox