3085ce2
From 1697d4f40be133c78cd09fb0af14af22e8c6219e Mon Sep 17 00:00:00 2001
4ea3cbd
From: =?utf-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
50a7deb
Date: Sun, 4 Oct 2009 17:46:16 +0200
3085ce2
Subject: [PATCH 9/9] change default load address for ramdisk
4ea3cbd
4ea3cbd
The default load address for the initial ramdisk is changed from
50a7deb
0x800000 to 0x2000000 to allow larger kernels to be loaded.
4ea3cbd
---
4ea3cbd
 zipl/include/zipl.h |    2 +-
4ea3cbd
 1 files changed, 1 insertions(+), 1 deletions(-)
4ea3cbd
4ea3cbd
diff --git a/zipl/include/zipl.h b/zipl/include/zipl.h
50a7deb
index 1f70e48..d2d26dd 100644
4ea3cbd
--- a/zipl/include/zipl.h
4ea3cbd
+++ b/zipl/include/zipl.h
50a7deb
@@ -22,7 +22,7 @@
4ea3cbd
 #define DEFAULT_PARMFILE_ADDRESS	0x1000LL
4ea3cbd
 #define DEFAULT_STAGE3_ADDRESS		0xa000LL
50a7deb
 #define DEFAULT_IMAGE_ADDRESS		0x10000LL
50a7deb
-#define DEFAULT_RAMDISK_ADDRESS 	0x800000LL
50a7deb
+#define DEFAULT_RAMDISK_ADDRESS 	0x2000000LL
4ea3cbd
 
4ea3cbd
 #define PSW_ADDRESS_MASK		0x000000007fffffffLL
50a7deb
 #define PSW_LOAD			0x0008000080000000LL
4ea3cbd
-- 
4ea3cbd
1.6.3.3
4ea3cbd