board: Fix incorrect module naming 93/309393/1
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 09:03:41 +0000 (18:03 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 09:03:41 +0000 (18:03 +0900)
commit7b4f8ae45a48139ff39a81c6fb937063e8b97757
tree45a8b7ddfb5df4d145a636e34061eb0c4f981c5d
parent6654c7dfa04ac1a56baaf92aff705753f841b8cc
board: Fix incorrect module naming

According to HAL API Prototype rule,
hal module funcs structure naming should be hal_backend_[module]_funcs.
However, the hal module name was being used incorrectly.
Actual module name is not "board" but "device-board".

Change-Id: I98c8f7e2999c9235428e4bacd482db5ad9b481d7
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
hw/board/board.c