MIPS: BCM63xx: add endif comments
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 8 Jun 2020 10:18:28 +0000 (12:18 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Jun 2020 09:59:45 +0000 (11:59 +0200)
commitc425423a075718eac625c78351fa5907d4f3a9de
tree00cf6895e29cee3df8fb6f624b3f4c0efd5c7e8e
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
MIPS: BCM63xx: add endif comments

There are plenty of ifdefs in board_bcm963xx.c without endif comments.
Let's make the code easier to follow by adding proper comments.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/bcm63xx/boards/board_bcm963xx.c