From 56490b1e0121112072392c41de419d91f8258dc2 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 16 Mar 2025 14:50:41 +0100 Subject: [PATCH] ARM: renesas: Drop stale common Makefile description Remove stale Makefile description, this used to be valid for the original Makefile from which the common Makefile was made generic, but is no longer applicable to the common Makefile. Fixes: c7d2d7f90a91 ("ARM: renesas: Simplify board Makefiles") Signed-off-by: Marek Vasut --- board/renesas/common/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/renesas/common/Makefile b/board/renesas/common/Makefile index 347be5cc93c..5e51b691178 100644 --- a/board/renesas/common/Makefile +++ b/board/renesas/common/Makefile @@ -1,6 +1,4 @@ # -# board/renesas/whitehawk/Makefile -# # Copyright (C) 2024 Marek Vasut # # SPDX-License-Identifier: GPL-2.0+ -- 2.47.2