mirror of
https://github.com/drasko/codezero.git
synced 2026-04-28 22:51:31 +02:00
Changes to platform device handling, irqs, userspace device configuration
Revised irq handling and device address naming on internal devices.
This commit is contained in:
@@ -233,7 +233,7 @@ int pl011_initialise_device(struct pl011_uart * uart)
|
||||
/* Initialise data register for 8 bit data read/writes */
|
||||
pl011_set_word_width(uart->base, 8);
|
||||
|
||||
/*
|
||||
/*
|
||||
* Fifos are disabled because by default it is assumed the port
|
||||
* will be used as a user terminal, and in that case the typed
|
||||
* characters will only show up when fifos are flushed, rather than
|
||||
|
||||
Reference in New Issue
Block a user