Skip to content

Commit

Permalink
mgmt: mcumgr: Add microblaze to os_mgmt_processor.h
Browse files Browse the repository at this point in the history
This is part of a commit set which aligns the microblaze port with main
since the port is based on v3.2. os_mgmt_processor seem to have been
added after v3.2 which microblaze port has been built on.

Signed-off-by: Alp Sayin <alp.sayin@amd.com>
  • Loading branch information
alpsayin committed Jan 18, 2023
1 parent 9a9d563 commit 71506b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subsys/mgmt/mcumgr/grp/os_mgmt/include/os_mgmt_processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ extern "C" {
#endif
#elif defined(CONFIG_RISCV)
#define PROCESSOR_NAME "riscv"
#elif defined(CONFIG_MICROBLAZE)
#define PROCESSOR_NAME "microblaze"
#endif

#ifndef PROCESSOR_NAME
Expand Down

0 comments on commit 71506b1

Please sign in to comment.