From 12bd4fba06d4ba99384d7e79f5abb0b675dc8704 Mon Sep 17 00:00:00 2001 From: Angela Stegmaier Date: Mon, 16 May 2016 16:09:00 -0500 Subject: [PATCH 1/1] 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 --- packages/ti/ipc/remoteproc/rsc_types.h | 3 +-- 1 file changed, 1 insertion(+), 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 { -- 2.39.2