diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c index 927d1364fe46736d0e52ab37d29e988d6125cbe0..64de60254136e7485213bf9aa6ba933344058e8e 100644 --- a/board/ti/am57xx/board.c +++ b/board/ti/am57xx/board.c @@ -338,7 +338,9 @@ static void setup_board_eeprom_env(void) if (rc) goto invalid_eeprom; - if (board_is_am572x_evm()) + if (board_is_x15()) + name = "beagle_x15"; + else if (board_is_am572x_evm()) name = "am57xx_evm"; else if (board_is_am572x_idk()) name = "am572x_idk";