diff options
Diffstat (limited to 'hw/nseries.c')
-rw-r--r-- | hw/nseries.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/nseries.c b/hw/nseries.c index 8d578fcb19..a3af41c193 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -1031,4 +1031,5 @@ QEMUMachine n810_machine = { "n810", "Nokia N810 tablet aka. RX-44 (OMAP2420)", n810_init, + (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) | RAMSIZE_FIXED, }; |