From 05da705bea55b18f6704c4a24540c4477558a6f5 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 19 Jul 2024 12:48:46 +0200 Subject: [PATCH] board: congatec: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- board/congatec/cgtqmx8/cgtqmx8.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/congatec/cgtqmx8/cgtqmx8.c b/board/congatec/cgtqmx8/cgtqmx8.c index 99c33a1943..054e4e1086 100644 --- a/board/congatec/cgtqmx8/cgtqmx8.c +++ b/board/congatec/cgtqmx8/cgtqmx8.c @@ -371,7 +371,6 @@ void detail_board_ddr_info(void) puts("\nDDR "); } - #ifdef CONFIG_OF_BOARD_SETUP int ft_board_setup(void *blob, struct bd_info *bd) { -- 2.39.5