Skip to content

Commit

Permalink
[MTD] physmap: Add support for 64 bit resources
Browse files Browse the repository at this point in the history
This patch adds support for 64 bit resources enabled via the
CONFIG_RESOURCES_64BIT option. Now a 64 bit can be passed to the
physmap driver.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
Stefan Roese authored and David Woodhouse committed Feb 9, 2007
1 parent ad7d314 commit 0d36da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mtd/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ typedef union {
struct map_info {
char *name;
unsigned long size;
unsigned long phys;
resource_size_t phys;
#define NO_XIP (-1UL)

void __iomem *virt;
Expand Down

0 comments on commit 0d36da3

Please sign in to comment.