u-boot-brain/board/ti/am57xx
Lokesh Vutla 7087922477 board: ti: am57xx: Fix detection of board version
board_is*("rev", board_ti_get_rev()) uses strncmp() for
revison detection and assumes it is success if return value
is <= 0. This will fail in case of multiple versions, as
revb will be true for board_is_*revb() and board_is_*reva().
Fix it by looking for exact match of the string.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2017-07-26 11:26:49 -04:00
..
board.c board: ti: am57xx: Fix detection of board version 2017-07-26 11:26:49 -04:00
Kconfig board: am57xx: Rename TARGET_BEAGLE_X15 as TARGET_AM57XX_EVM 2016-06-13 08:56:36 -04:00
MAINTAINERS board: am57xx: MAINTAINERS: Update for current maintainer 2016-09-07 08:49:04 -04:00
Makefile board: ti: beagle_x15: Rename to indicate support for TI am57xx evms 2015-11-18 08:47:03 -05:00
mux_data.h board: ti: am572x-evm: Update pinmux using latest PMT 2017-06-09 20:34:55 -04:00