forked from Minki/linux
powerpc/44x: Adjust warp-nand resource end address
Adjust the NDFC resource end value (resource size = end - start + 1). Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
This commit is contained in:
parent
2e1e9212ed
commit
1c5402ba55
@ -24,7 +24,7 @@
|
||||
|
||||
static struct resource warp_ndfc = {
|
||||
.start = WARP_NAND_FLASH_REG_ADDR,
|
||||
.end = WARP_NAND_FLASH_REG_ADDR + WARP_NAND_FLASH_REG_SIZE,
|
||||
.end = WARP_NAND_FLASH_REG_ADDR + WARP_NAND_FLASH_REG_SIZE - 1,
|
||||
.flags = IORESOURCE_MEM,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user