u-boot/board/ti
Luca Ceresoli fedfa374ff 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>
2020-06-13 23:12:17 +05:30
..
am43xx common: Drop image.h from common header 2020-05-18 17:33:33 -04:00
am57xx board: ti: use positive logic to detect idk boards 2020-06-13 23:12:17 +05:30
am65x arm: ti: Remove ARCH= references from documentation 2020-06-02 17:27:04 -04:00
am335x common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
am3517crane common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
beagle common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
common common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
dra7xx common: Drop image.h from common header 2020-05-18 17:33:33 -04:00
evm common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
j721e arm: ti: Remove ARCH= references from documentation 2020-06-02 17:27:04 -04:00
ks2_evm arm: ti: Remove ARCH= references from documentation 2020-06-02 17:27:04 -04:00
omap5_uevm common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
panda common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
sdp4430 command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
ti814x common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
ti816x common: Drop init.h from common header 2020-05-18 17:33:33 -04:00