diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-06-16 17:19:11 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-05 13:57:01 -0600 |
commit | 747ae744561bf5a9ee069d48c1bfc94a18e1c015 (patch) | |
tree | d9243d83fda9ecc0263145a77f1437f2360c3202 /include/configs/M5235EVB.h | |
parent | 18908395edcee8450d742c670610557751866393 (diff) | |
download | u-boot-747ae744561bf5a9ee069d48c1bfc94a18e1c015.tar.gz u-boot-747ae744561bf5a9ee069d48c1bfc94a18e1c015.tar.bz2 u-boot-747ae744561bf5a9ee069d48c1bfc94a18e1c015.zip |
configs: Remove duplicate newlines
Drop all duplicate newlines from config headers.
No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/configs/M5235EVB.h')
-rw-r--r-- | include/configs/M5235EVB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M5235EVB.h b/include/configs/M5235EVB.h index e542818340..8939c8e7ab 100644 --- a/include/configs/M5235EVB.h +++ b/include/configs/M5235EVB.h @@ -130,5 +130,4 @@ # define CFG_SYS_CS0_CTRL 0x00001D80 #endif - #endif /* _M5329EVB_H */ |