Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/aspeed-dev' into aspeed-master
Browse files Browse the repository at this point in the history
  • Loading branch information
jamin-aspeed committed Apr 15, 2024
2 parents a4c1236 + 62fa330 commit d81b3ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/aspeed-pfr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.13.1)

find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(aspeed-pfr VERSION 02.00 LANGUAGES C)
project(aspeed-pfr VERSION 02.01 LANGUAGES C)

set(PROJECT_VERSION_MAJOR ${CMAKE_PROJECT_VERSION_MAJOR})
set(PROJECT_VERSION_MINOR ${CMAKE_PROJECT_VERSION_MINOR})
Expand Down
2 changes: 1 addition & 1 deletion apps/aspeed-pfr/src/Smbus_mailbox/Smbus_mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ void InitializeSoftwareMailbox(void)

int status;

swmbx_dev = device_get_binding("swmbx-ctrl");
swmbx_dev = device_get_binding("swmbx-ctrl@7e7b0e00");
if (swmbx_dev == NULL) {
LOG_ERR("%s: fail to bind %s", __func__, "SWMBX");
return;
Expand Down
2 changes: 1 addition & 1 deletion apps/preload-fw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.13.1)

find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(preload-fw VERSION 02.00 LANGUAGES C)
project(preload-fw VERSION 02.01 LANGUAGES C)

set(PROJECT_VERSION_MAJOR ${CMAKE_PROJECT_VERSION_MAJOR})
set(PROJECT_VERSION_MINOR ${CMAKE_PROJECT_VERSION_MINOR})
Expand Down

0 comments on commit d81b3ef

Please sign in to comment.