board: Fix board file path for sdm845.c for Samsung and Qualcomm boards

Currently a few 'board/qualcomm/../Makefile' point to incorrect
path of sdm845 board file.

Fix the same.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
This commit is contained in:
Bhupesh Sharma 2023-04-20 16:58:47 +05:30 committed by Tom Rini
parent b8ebf24e7f
commit d8c7cc0ee6
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org> # (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
# #
# This empty file prevents make error. # This empty file prevents make error.
# Board logic defined in board/qualcomm/common/sdm845.c, no custom logic for dragonboard845c so far. # Board logic defined in arch/arm/mach-snapdragon/init_sdm845.c, no custom logic for dragonboard845c so far.
# #
obj-y += dragonboard845c.o obj-y += dragonboard845c.o

View file

@ -3,7 +3,7 @@
# (C) Copyright 2021 Dzmitry Sankouski <dsankouski@gmail.com> # (C) Copyright 2021 Dzmitry Sankouski <dsankouski@gmail.com>
# #
# This empty file prevents make error. # This empty file prevents make error.
# Board logic defined in board/qualcomm/common/sdm845.c, no custom logic for starqltechn so far. # Board logic defined in arch/arm/mach-snapdragon/init_sdm845.c, no custom logic for starqltechn so far.
# #
obj-y += starqltechn.o obj-y += starqltechn.o