summaryrefslogtreecommitdiffstats
path: root/sbe/image/pm_loader.S
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2016-02-09 22:42:48 -0600
committerAMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>2016-05-03 07:35:29 -0400
commit1a83cd915cd2be01158eb7016d7f92e1f7c54d80 (patch)
treee95f297d4ad13f058dbf4e80033bbaa77164c00c /sbe/image/pm_loader.S
parentce2b54ae9458775feac2fab757afadc6817605a8 (diff)
downloadtalos-sbe-1a83cd915cd2be01158eb7016d7f92e1f7c54d80.tar.gz
talos-sbe-1a83cd915cd2be01158eb7016d7f92e1f7c54d80.zip
Single SEEPROM image for SBE
Currently we build seprarate images for PIBMEM and SEEPROM. Later using XIP tools we add pibmem image to seeprom. This activity will create only one image for SEEPROM and PIBMEM RTC: 145589 Change-Id: I5f560afaf310ace539a793ea7c2ce710dcb3fcc1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/20653 Tested-by: Jenkins Server Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'sbe/image/pm_loader.S')
-rw-r--r--sbe/image/pm_loader.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbe/image/pm_loader.S b/sbe/image/pm_loader.S
index 84c64020..1f926181 100644
--- a/sbe/image/pm_loader.S
+++ b/sbe/image/pm_loader.S
@@ -13,15 +13,13 @@
.section .loader_text, "ax", @progbits
- .global __vectors
-
__vectors:
############################################################
# 0x0040 : System Reset
############################################################
- .global __system_reset
.org __vectors + 0x0040
+
__system_reset:
b __pmLoader
OpenPOWER on IntegriCloud