diff options
-rw-r--r-- | board/amd/versal2/board.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/amd/versal2/board.c b/board/amd/versal2/board.c index 24689d82273..72967e69a84 100644 --- a/board/amd/versal2/board.c +++ b/board/amd/versal2/board.c @@ -45,6 +45,9 @@ int board_init(void) fpga_add(fpga_xilinx, &versalpl); #endif + if (CONFIG_IS_ENABLED(DM_I2C) && CONFIG_IS_ENABLED(I2C_EEPROM)) + xilinx_read_eeprom(); + return 0; } |