[PATCH 1/2] board: Fix board file path for sdm845.c for Samsung and Qualcomm boards
Sumit Garg
sumit.garg at linaro.org
Wed May 3 11:34:08 CEST 2023
On Thu, 20 Apr 2023 at 16:59, Bhupesh Sharma <bhupesh.sharma at linaro.org> wrote:
>
> Currently a few 'board/qualcomm/../Makefile' point to incorrect
> path of sdm845 board file.
>
> Fix the same.
>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma at linaro.org>
> ---
> board/qualcomm/dragonboard845c/Makefile | 2 +-
> board/samsung/starqltechn/Makefile | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Sumit Garg <sumit.garg at linaro.org>
-Sumit
> diff --git a/board/qualcomm/dragonboard845c/Makefile b/board/qualcomm/dragonboard845c/Makefile
> index 0abefdaf36..fe585ad263 100644
> --- a/board/qualcomm/dragonboard845c/Makefile
> +++ b/board/qualcomm/dragonboard845c/Makefile
> @@ -3,7 +3,7 @@
> # (C) Copyright 2022 Sumit Garg <sumit.garg at linaro.org>
> #
> # 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
> diff --git a/board/samsung/starqltechn/Makefile b/board/samsung/starqltechn/Makefile
> index c38c0b4710..e017c827a7 100644
> --- a/board/samsung/starqltechn/Makefile
> +++ b/board/samsung/starqltechn/Makefile
> @@ -3,7 +3,7 @@
> # (C) Copyright 2021 Dzmitry Sankouski <dsankouski at gmail.com>
> #
> # 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
> --
> 2.38.1
>
More information about the U-Boot
mailing list