diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-27 15:29:18 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-27 15:29:18 +0000 |
commit | ac2e9d66b2007c71311e4ad5da9d82924b7fcbb2 (patch) | |
tree | fe875ef46689a6e4a0b656effdd2d3354d8ad626 /hw/sun4u.c | |
parent | 88fdf56f2a5aa44c7bb71edeb7398bab9e975e02 (diff) |
Fix broken TCX vram, restore Sun4u PROM_SIZE_MAX
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4263 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sun4u.c')
-rw-r--r-- | hw/sun4u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sun4u.c b/hw/sun4u.c index 5b0e03a4e4..b5f3ea4d48 100644 --- a/hw/sun4u.c +++ b/hw/sun4u.c @@ -35,7 +35,7 @@ #define KERNEL_LOAD_ADDR 0x00404000 #define CMDLINE_ADDR 0x003ff000 #define INITRD_LOAD_ADDR 0x00300000 -#define PROM_SIZE_MAX (512 * 1024) +#define PROM_SIZE_MAX (4 * 1024 * 1024) #define PROM_ADDR 0x1fff0000000ULL #define PROM_VADDR 0x000ffd00000ULL #define APB_SPECIAL_BASE 0x1fe00000000ULL |