[U-Boot] [PATCH 4/6] arm: am57xx: Set serial# variable
Semen Protsenko
semen.protsenko at linaro.org
Tue Mar 8 12:42:26 CET 2016
From: Sam Protsenko <semen.protsenko at linaro.org>
serial# variable is used to correctly display device ID in
"fastboot devices".
Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
---
board/ti/am57xx/board.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c
index 042f9ab..751de39 100644
--- a/board/ti/am57xx/board.c
+++ b/board/ti/am57xx/board.c
@@ -270,6 +270,7 @@ int board_late_init(void)
* This is the POWERHOLD-in-Low behavior.
*/
palmas_i2c_write_u8(TPS65903X_CHIP_P1, 0xA0, 0x1);
+ omap_die_id_serial();
return 0;
}
--
2.7.0
More information about the U-Boot
mailing list