summaryrefslogtreecommitdiff
path: root/bsps/powerpc/psim/start/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2020-03-05 17:51:12 -0600
committerJoel Sherrill <joel@rtems.org>2020-03-05 18:27:52 -0600
commit097ea1ecc50a62e1ed9c1e032383d6f6f2fed581 (patch)
tree30e3d025324d9799a3b831e17a4a3d33bfc79e8c /bsps/powerpc/psim/start/linkcmds
parentfa3005f6c1ddb99347acb70cbaecd155ed0356ed (diff)
psim: Rework device tree so devices do not conflict with 256MB RAM
updates #3849.
Diffstat (limited to 'bsps/powerpc/psim/start/linkcmds')
-rw-r--r--bsps/powerpc/psim/start/linkcmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/psim/start/linkcmds b/bsps/powerpc/psim/start/linkcmds
index 69491abb86..a9226a2eda 100644
--- a/bsps/powerpc/psim/start/linkcmds
+++ b/bsps/powerpc/psim/start/linkcmds
@@ -35,7 +35,7 @@ REGION_ALIAS ("REGION_NVRAM", EMPTY);
PROVIDE (PSIM_INSTRUCTIONS_PER_MICROSECOND = 10000);
-PSIM = 0x0c000000;
+PSIM = 0xfc000000;
/* Allocate the maximum size to the small data area */
bsp_section_small_data_area_size = 65536;