From 097ea1ecc50a62e1ed9c1e032383d6f6f2fed581 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 Mar 2020 17:51:12 -0600 Subject: psim: Rework device tree so devices do not conflict with 256MB RAM updates #3849. --- bsps/powerpc/psim/start/linkcmds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/powerpc/psim/start/linkcmds') 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; -- cgit v1.2.3