Skip to content

Commit 6def535

Browse files
Jiaqi-YP7arnopo
authored andcommitted
README: remove deprecated cache options
Remove the split dcache CMake options from the README. The options were removed by d183f24 after being deprecated in favor of WITH_DCACHE. Document only WITH_DCACHE as the supported way to enable cache operations for vrings, buffers and resource table. Signed-off-by: Jiaqi Yao <yaojiaqi@lixiang.com>
1 parent 4683433 commit 6def535

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ library for it project:
8383
* **WITH_SHARED_LIB** (default ON): Build with a shared library.
8484
* **WITH_ZEPHYR** (default OFF): Build open-amp as a zephyr library. This option
8585
is mandatory in a Zephyr environment.
86-
* **WITH_DCACHE_VRINGS** (default OFF): Build with data cache operations
87-
enabled on vrings.
88-
* **WITH_DCACHE_BUFFERS** (default OFF): Build with data cache operations
89-
enabled on buffers.
90-
* **WITH_DCACHE_RSC_TABLE** (default OFF): Build with data cache operations
91-
enabled on resource table.
9286
* **WITH_DCACHE** (default OFF): Build with all cache operations
9387
enabled. When set to ON, cache operations for vrings, buffers and resource
9488
table are enabled.

0 commit comments

Comments
 (0)