From: Michael Meissner Date: Thu, 21 Sep 1995 22:50:23 +0000 (+0000) Subject: Default stack creation; fixup last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b89f5aa47cd4abcd7f40714cdc10f6b6f8c42d1;p=binutils-gdb.git Default stack creation; fixup last change. --- diff --git a/sim/ppc/device_tree.c b/sim/ppc/device_tree.c index a66900d93c5..3a0f60e26f6 100644 --- 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