From: Marek Vasut Date: Fri, 19 Jul 2024 10:48:43 +0000 (+0200) Subject: board: cadence: Remove duplicate newlines X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=c8ce6c15fed9ede70150fba4f48c811942f0f570;p=u-boot.git board: cadence: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- diff --git a/board/cadence/xtfpga/xtfpga.c b/board/cadence/xtfpga/xtfpga.c index 6b92fe31c0..5e6470d771 100644 --- a/board/cadence/xtfpga/xtfpga.c +++ b/board/cadence/xtfpga/xtfpga.c @@ -23,7 +23,6 @@ DECLARE_GLOBAL_DATA_PTR; * (Print information about the board to stdout.) */ - #if defined(CONFIG_XTFPGA_LX60) const char *board = "XT_AV60"; const char *description = "Avnet Xilinx LX60 FPGA Evaluation Board / ";