fixup boot-counter as platform device

This commit is contained in:
Alexander Couzens 2015-07-01 16:44:31 +02:00
parent dd99dd4ab5
commit 4a16f8b4f4
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ static struct resource boot_counter_resources[] = {
{
.name = "counter_base",
.flags = IORESOURCE_MEM,
.start = 0x1d000100
.start = 0x1d000100,
.end = 0x1d000100 + 0x10 - 1,
}
};