summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2019-03-26 18:00:53 -0500
committerSam Nelson <sam.nelson@ti.com>2019-05-21 15:56:01 -0400
commit3c79f85abfbf10d4de59765f27e5d658c646d1bc (patch)
tree4fc000986513da683aaea6f1e109931b99e0c08b
parent1abe4bc0cd1f9501bd8ae0a0fe557d21a42295ac (diff)
downloadipc-3c79f85abfbf10d4de59765f27e5d658c646d1bc.tar.gz
Remoteproc: OMAPL138: Remove unused macros from resource table
There are couple of macros that are defined in the OMAPL138 resource table file, but are not used anywhere. These are left-overs from very old code, so clean them up. Signed-off-by: Suman Anna <s-anna@ti.com>
-rw-r--r--packages/ti/ipc/remoteproc/rsc_table_omapl138.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/packages/ti/ipc/remoteproc/rsc_table_omapl138.h b/packages/ti/ipc/remoteproc/rsc_table_omapl138.h
index a93e106..8828ea0 100644
--- a/packages/ti/ipc/remoteproc/rsc_table_omapl138.h
+++ b/packages/ti/ipc/remoteproc/rsc_table_omapl138.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2018, Texas Instruments Incorporated
+ * Copyright (c) 2011-2019, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -51,12 +51,6 @@
#define RPMSG_VRING0_DA 0xc3000000
#define RPMSG_VRING1_DA 0xc3004000
-#define CONSOLE_VRING0_DA 0xc3008000
-#define CONSOLE_VRING1_DA 0xc300C000
-
-#define BUFS0_DA 0xc3040000
-#define BUFS1_DA 0xc3080000
-
/*
* sizes of the virtqueues (expressed in number of buffers supported,
* and must be power of 2)
@@ -64,9 +58,6 @@
#define RPMSG_VQ0_SIZE 256
#define RPMSG_VQ1_SIZE 256
-#define CONSOLE_VQ0_SIZE 256
-#define CONSOLE_VQ1_SIZE 256
-
/* flip up bits whose indices represent features we support */
#define RPMSG_DSP_FEATURES 1