mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 13:08:31 -04:00
s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
0937b8d869
commit
b6f29c84c2
@ -110,7 +110,6 @@ void serial_setbrg(void)
|
|||||||
static int serial_init_dev(const int dev_index)
|
static int serial_init_dev(const int dev_index)
|
||||||
{
|
{
|
||||||
S3C24X0_UART * const uart = S3C24X0_GetBase_UART(dev_index);
|
S3C24X0_UART * const uart = S3C24X0_GetBase_UART(dev_index);
|
||||||
int i;
|
|
||||||
|
|
||||||
/* FIFO enable, Tx/Rx FIFO clear */
|
/* FIFO enable, Tx/Rx FIFO clear */
|
||||||
uart->UFCON = 0x07;
|
uart->UFCON = 0x07;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user