summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristine Gharzuzi <chrisg@marvell.com>2017-11-02 12:46:34 +0200
committerKostya Porotchkin <kostap@marvell.com>2017-11-02 13:38:28 +0200
commitc6b9d07930288cc8c9fa735cbec01f9819b21670 (patch)
treee77f50f1538c6ca3ac7c8645697b463ec69fba64 /scripts
parent755be37c7f23baaaa96ae3b56ea2f06794b955ee (diff)
fix: xdb: a80x0: a70x0: update xdb restore_boot script
update address of End of DRAM init Change-Id: Ie9c143a6efd3097017c9b751c0f857bc2f85cf0c Signed-off-by: Christine Gharzuzi <chrisg@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/45803 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Hanna Hawa <hannah@marvell.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/debugger/a8k/restore_boot.xdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/debugger/a8k/restore_boot.xdb b/scripts/debugger/a8k/restore_boot.xdb
index 4c3f4f6f..89cbcbd7 100755
--- a/scripts/debugger/a8k/restore_boot.xdb
+++ b/scripts/debugger/a8k/restore_boot.xdb
@@ -45,7 +45,7 @@ LOAD /SEGMENT /DEBUG /GLOBAL /INIT="" OF @BIN_EXT_ELF_PATH
END
! Break at the end of DRAM init before jumping back top BootROM
-SET BREAKPOINT AT (0xFFE1C0B4) HARD
+SET BREAKPOINT AT (0xFFE1C110) HARD
RUN
DELETE BREAKPOINT /ALL