projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f35cbf
)
Default stack creation; fixup last change.
author
Michael Meissner
<gnu@the-meissners.org>
Thu, 21 Sep 1995 22:50:23 +0000
(22:50 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Thu, 21 Sep 1995 22:50:23 +0000
(22:50 +0000)
sim/ppc/device_tree.c
patch
|
blob
|
history
diff --git
a/sim/ppc/device_tree.c
b/sim/ppc/device_tree.c
index a66900d93c5bc52c1829e826f19a77d9f2b3d8c4..3a0f60e26f64c7c4e1a4f4263710f464b85fa103 100644
(file)
--- a/
sim/ppc/device_tree.c
+++ b/
sim/ppc/device_tree.c
@@
-40,7
+40,11
@@
#define OEA_START_ADDRESS 4096
#endif
-enum { clayton_memory_size = 0x100000 };
+#ifndef OEA_MEMORY_SIZE
+#define OEA_MEMORY_SIZE 0x100000
+#endif
+
+enum { clayton_memory_size = OEA_MEMORY_SIZE };
/* insert the address into the device_nodes sorted list of addresses */
INLINE_DEVICE_TREE void