From 5429399eef8152cb3b2a29bc6ee426a214afc701 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Thu, 8 Jul 2010 19:03:39 +0000 Subject: [PATCH] Bump PROM_CLAIM_MAX_ADDR to 256MB A number of machines are failing to boot because firmware takes up a significant amount of the first 128MB. Bump our maximum to 256MB since these boxes almost always have a 256MB RMO region. Signed-off-by: Anton Blanchard Signed-off-by: Tony Breeds --- include/prom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/prom.h b/include/prom.h index 3dd4a51..5ccfb27 100644 --- a/include/prom.h +++ b/include/prom.h @@ -38,7 +38,7 @@ typedef void *phandle; #define BOOTDEVSZ (2048) /* iscsi args can be in excess of 1040 bytes */ #define TOK_ISCSI "iscsi" #define TOK_IPV6 "ipv6" -#define PROM_CLAIM_MAX_ADDR 0x8000000 +#define PROM_CLAIM_MAX_ADDR 0x10000000 #define BOOTLASTSZ 1024 #define FW_NBR_REBOOTSZ 4 -- 2.39.2