summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngela Stegmaier <angelabaker@ti.com>2016-05-16 16:09:00 -0500
committerAngela Stegmaier <angelabaker@ti.com>2016-05-18 17:22:17 -0500
commit12bd4fba06d4ba99384d7e79f5abb0b675dc8704 (patch)
tree33fc5e986a4e5add94be7302f1aa94808ba93bb7
parent3014ed856e75c71a299ccdb3814503966754409f (diff)
downloadipc-12bd4fba06d4ba99384d7e79f5abb0b675dc8704.tar.gz
Remove INTMEM Type to match Linux K4.x
Starting in Linux kernel 4.1, the INTMEM type is removed in favor of the internal memory sections needed for loading being handled entirely in the Linux kernel. As such, the INTMEM type no longer is defined. This patch updated the rsc_types header file to match the Linux defined types, which no longer defines the INTMEM type. Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
-rw-r--r--packages/ti/ipc/remoteproc/rsc_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/ti/ipc/remoteproc/rsc_types.h b/packages/ti/ipc/remoteproc/rsc_types.h
index 35ad4e6..06d77ba 100644
--- a/packages/ti/ipc/remoteproc/rsc_types.h
+++ b/packages/ti/ipc/remoteproc/rsc_types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2014, Texas Instruments Incorporated
+ * Copyright (c) 2011-2016, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -72,7 +72,6 @@
#define TYPE_DEVMEM 1
#define TYPE_TRACE 2
#define TYPE_VDEV 3
-#define TYPE_INTMEM 4
/* Common Resource Structure Types */
struct resource_table {