diff options
| author | Marek Vasut <[email protected]> | 2024-07-19 12:48:54 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-22 10:51:47 -0600 |
| commit | 9a8c4f18e54c13d77496d68c4da750c0d545dd0b (patch) | |
| tree | 94e1a247d7be2c5120b59c2aeaba93c5eb9d3c6b | |
| parent | d1124022adb4a3622d3c0750d68ed414480dcc4b (diff) | |
board: ge: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | board/ge/bx50v3/bx50v3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50v3.c index 2d8951964a8..e1d08475e94 100644 --- a/board/ge/bx50v3/bx50v3.c +++ b/board/ge/bx50v3/bx50v3.c @@ -434,7 +434,6 @@ static const struct boot_mode board_boot_modes[] = { }; #endif - /* * The SoM used by these boards has XTAL not connected despite datasheet * suggesting connecting unused XTAL pins to ground. Without explicitly |
