diff --git a/linux-ramdump-parser-v2/boards.py b/linux-ramdump-parser-v2/boards.py index bd87d16c99cb867cfe67648a4bcab1f9bbf2e675..42ea2b25e68f1a0a0033b6086bf9beb4be591ae9 100644 --- a/linux-ramdump-parser-v2/boards.py +++ b/linux-ramdump-parser-v2/boards.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2017, The Linux Foundation. All rights reserved. +# Copyright (c) 2014-2018, 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 @@ -707,6 +707,7 @@ boards.append(Board8992(socid=252)) boards.append(Board8996(socid=246)) boards.append(Board8996(socid=291)) +boards.append(Board8996(socid=315)) boards.append(Board8952(socid=264))