Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8606801b authored by Sonic Zhang's avatar Sonic Zhang Committed by Bryan Wu
Browse files

Blackfin arch: flags of UART3 mem resource is missing

parent 27707d3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -172,6 +172,7 @@ static struct resource bfin_uart_resources[] = {
	{
	{
		.start = 0xFFC03100,
		.start = 0xFFC03100,
		.end = 0xFFC031FF,
		.end = 0xFFC031FF,
		.flags = IORESOURCE_MEM,
	},
	},
#endif
#endif
};
};