board: ti: use positive logic to detect idk boards
authorLuca Ceresoli <luca@lucaceresoli.net>
Thu, 21 May 2020 13:06:25 +0000 (15:06 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Sat, 13 Jun 2020 17:42:17 +0000 (23:12 +0530)
commitfedfa374fff3d1c82464e7c0ca3f6c088e3197e0
treee1e9f83f9d5da02c552d759439d2eb584759df3d
parent1c162722d7c7f16b8a1bf3818a0991f373eda869
board: ti: use positive logic to detect idk boards

am57x_idk_lcd_detect() exits immediately if a known board not having
an LCD is found, i.e. a non-IDK board. This is annoying as we have to
remember to add an extra OR clause for every new non-IDK board.

Add a board_is_ti_idk() macro so that the logic becomes positive (detect
LCD on IDK boards instead of not-known-without-LCD boards). Even more
important, add the macro just below the board_is_*_idk() macros, so it is
easy to remember to update it when adding a new IDK.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
board/ti/am57xx/board.c