mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
The factory provides a CPU UID in the OTPs and the SoM module and the carrier board might provide additional UIDs in the GP registers of the OTPs. Provide a common function to load UIDs from arbitrary OTP registers and generate a serial number string that is saved in the "serial#" env variable. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
2 lines
41 B
Makefile
2 lines
41 B
Makefile
obj-$(CONFIG_KONTRON_HW_UID) += hw-uid.o
|