diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-07 14:41:37 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-07 14:41:37 +0000 |
commit | 069de562774880ec2133022aee211329ff174b6a (patch) | |
tree | dd0bbc804666ef3167ed0cc7d93e5e91f2bb2470 /hw/nseries.c | |
parent | e927bb0070c9f946cfe4a276ebccfab9c5f03e0e (diff) |
Add a file missing from the previous commit.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4375 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 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, }; |