Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0b161f8e authored by Robert Nelson's avatar Robert Nelson
Browse files

am57xx/board.c: assume on failure its a BBONE-AI


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent d0771d53
No related merge requests found
......@@ -529,8 +529,10 @@ void do_board_detect(void)
rc = ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS,
CONFIG_EEPROM_CHIP_ADDRESS);
if (rc)
if (rc) {
printf("ti_i2c_eeprom_init failed %d\n", rc);
ti_i2c_eeprom_am_set("BBONE-AI", "A");
};
#ifdef CONFIG_SUPPORT_EMMC_BOOT
rc = board_bootmode_has_emmc();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment