diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-19 12:49:10 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:51:47 -0600 |
commit | fc23a7460ba4525f6638ecc687d8b91fc404349c (patch) | |
tree | 7556276f7e40bde5fb3ed94d2b07423ea6199eb2 | |
parent | 42f62062493d23d03796fb21672000a89fdb09aa (diff) |
board: theadorable: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r-- | board/theadorable/theadorable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/theadorable/theadorable.c b/board/theadorable/theadorable.c index cca5c3d33b5..d7234532fe6 100644 --- a/board/theadorable/theadorable.c +++ b/board/theadorable/theadorable.c @@ -288,7 +288,6 @@ int board_late_init(void) } } while (get_timer(start_time) < ABORT_TIMEOUT); - /* * At this stage the bootcounter has not been incremented * yet. We need to do this manually here to get an actually |