From 30d8bbe75dffe71c7babefa8ec8156af2ab8f0b6 Mon Sep 17 00:00:00 2001 From: Laura Abbott <lauraa@codeaurora.org> Date: Fri, 6 Feb 2015 12:38:13 -0800 Subject: [PATCH] linux-ramdump-parser-v2: Add imem start for 9635 The imem start address was missing for 9635. Add it. Change-Id: Iea221df9f91e7d7ac54393f50ce0ea6b257e7a66 --- linux-ramdump-parser-v2/boards.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-ramdump-parser-v2/boards.py b/linux-ramdump-parser-v2/boards.py index c4a3f8d..f0e7b9d 100755 --- a/linux-ramdump-parser-v2/boards.py +++ b/linux-ramdump-parser-v2/boards.py @@ -1,4 +1,4 @@ -# 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 -- GitLab