Skip to content
Snippets Groups Projects
Commit 30d8bbe7 authored by Laura Abbott's avatar Laura Abbott
Browse files

linux-ramdump-parser-v2: Add imem start for 9635

The imem start address was missing for 9635. Add it.

Change-Id: Iea221df9f91e7d7ac54393f50ce0ea6b257e7a66
parent ff093217
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2014, The Linux Foundation. All rights reserved.
# Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and
......@@ -147,6 +147,7 @@ class Board9635(Board):
self.board_num = 9635
self.cpu = 'CORTEXA7'
self.ram_start = 0x0
self.imem_start = 0xfe800000
self.smem_addr = 0x1100000
self.phys_offset = 0
self.wdog_addr = 0xfe805658
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment