diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-19 12:48:49 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:51:46 -0600 |
commit | 4d36d3538f17a79a8d50bd5d1c1c1c19002df9c1 (patch) | |
tree | 40344af0fe7513cd3040b74ebcabe396e22a2238 | |
parent | 9c8cf720ab08b3fb789310a636c8a6563d4084e0 (diff) |
board: dhelectronics: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r-- | board/dhelectronics/dh_imx6/dh_imx6_spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/dhelectronics/dh_imx6/dh_imx6_spl.c b/board/dhelectronics/dh_imx6/dh_imx6_spl.c index 3a5495ea18e..a50763e1926 100644 --- a/board/dhelectronics/dh_imx6/dh_imx6_spl.c +++ b/board/dhelectronics/dh_imx6/dh_imx6_spl.c @@ -541,7 +541,6 @@ static int spl_dram_perform_cal(struct mx6_ddr_sysinfo const *sysinfo) return ret; } - /* DRAM */ static void dhcom_spl_dram_init(void) { |