diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-24 17:59:27 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-24 17:59:27 +0000 |
commit | 7fb4fdcffeb199c1a742c45ac2413be8a9a33354 (patch) | |
tree | 39c795fed9ae5e8d59afde1ca6031702cdd3224e /hw/nseries.c | |
parent | c73f96fddc0f5ec7c708290f159b04cfa09ef713 (diff) |
RAM usage information in machine definition.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4246 c046a42c-6fe2-441c-8c8c-71466251a162
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 430b8f872d..f6f69a06ac 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -941,4 +941,5 @@ QEMUMachine n800_machine = { "n800", "Nokia N800 aka. RX-34 tablet (OMAP2420)", n800_init, + (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) | RAMSIZE_FIXED, }; |