diff options
-rw-r--r-- | arch/powerpc/platforms/powernv/opal-flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powernv/opal-flash.c b/arch/powerpc/platforms/powernv/opal-flash.c index 4aeae4f36e1d..16e571ba4c60 100644 --- a/arch/powerpc/platforms/powernv/opal-flash.c +++ b/arch/powerpc/platforms/powernv/opal-flash.c | |||
@@ -76,8 +76,8 @@ | |||
76 | /* Validate buffer size */ | 76 | /* Validate buffer size */ |
77 | #define VALIDATE_BUF_SIZE 4096 | 77 | #define VALIDATE_BUF_SIZE 4096 |
78 | 78 | ||
79 | /* XXX: Assume candidate image size is <= 256MB */ | 79 | /* XXX: Assume candidate image size is <= 1GB */ |
80 | #define MAX_IMAGE_SIZE 0x10000000 | 80 | #define MAX_IMAGE_SIZE 0x40000000 |
81 | 81 | ||
82 | /* Flash sg list version */ | 82 | /* Flash sg list version */ |
83 | #define SG_LIST_VERSION (1UL) | 83 | #define SG_LIST_VERSION (1UL) |