diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/marvell/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/marvell/README.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/marvell/CMakeLists.txt b/src/plugins/marvell/CMakeLists.txt index 336d4d6c4a3..b48ac72aa08 100644 --- a/src/plugins/marvell/CMakeLists.txt +++ b/src/plugins/marvell/CMakeLists.txt @@ -41,7 +41,7 @@ if(MUSDK_INCLUDE_DIR AND MUSDK_LIB) ${MUSDK_LINK_FLAGS} ) include_directories(${MUSDK_INCLUDE_DIR}) - message(STATUS "Found Marvel MUSDK in ${MUSDK_INCLUDE_DIR}") + message(STATUS "Found Marvell MUSDK in ${MUSDK_INCLUDE_DIR}") else() message(WARNING "Marvell MUSDK not found - marvell_plugin disabled") endif() diff --git a/src/plugins/marvell/README.md b/src/plugins/marvell/README.md index 012677aa652..3f3c27e3618 100644 --- a/src/plugins/marvell/README.md +++ b/src/plugins/marvell/README.md @@ -1,7 +1,7 @@ -# Marvel device plugin for VPP {#marvel_plugin_doc} +# Marvell device plugin for VPP {#marvell_plugin_doc} ##Overview -This plugins provides native device support for Marvell PP2 network device, by use of Marvel Usermode SDK ([MUSDK][1]). +This plugins provides native device support for Marvell PP2 network device, by use of Marvell Usermode SDK ([MUSDK][1]). Code is developed and tested on [MACCHIATObin][2] board. ##Prerequisites |