summaryrefslogtreecommitdiffstats
path: root/sbe/image
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-11-05 00:17:04 -0600
committerAmit J. Tendolkar <amit.tendolkar@in.ibm.com>2015-11-05 00:44:00 -0600
commit64737bf95129f73d418709039585729e7b88056c (patch)
tree40c27827d20bba90ccb9b52372633ced9c6a9a4a /sbe/image
parent03127285544ee097a3803e5a6e4bd7c5f7edb176 (diff)
downloadtalos-sbe-64737bf95129f73d418709039585729e7b88056c.tar.gz
talos-sbe-64737bf95129f73d418709039585729e7b88056c.zip
96 KB pibmem support
Change-Id: If3f2ad05d4b337b640df9de0cc1ee6c53e8ec0fa Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21756 Tested-by: Jenkins Server Reviewed-by: Amit J. Tendolkar <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'sbe/image')
-rw-r--r--sbe/image/linksbe.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbe/image/linksbe.cmd b/sbe/image/linksbe.cmd
index cea69a2b..61908253 100644
--- a/sbe/image/linksbe.cmd
+++ b/sbe/image/linksbe.cmd
@@ -10,12 +10,12 @@ OUTPUT_FORMAT(elf32-powerpc);
MEMORY
{
- sram : ORIGIN = 0xffff0000, LENGTH = 0x10000
+ sram : ORIGIN = 0xfffe8000, LENGTH = 0x18000
}
SECTIONS
{
- . = 0xffff0000;
+ . = 0xfffe8000;
.vectors : {. = ALIGN(512); *(.vectors)} > sram
.fixed . : {. = ALIGN(512); *(.fixed) } > sram
OpenPOWER on IntegriCloud