]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: Provid SPL control over otp presence
authorJonas Karlman <jonas@kwiboo.se>
Fri, 4 Oct 2024 06:21:34 +0000 (06:21 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 4 Oct 2024 14:59:30 +0000 (08:59 -0600)
commit7fea4f21142da0b35b95f064bbccb9d9b80bb1bd
tree411ad9766817db45bdf84321d7c12decf5d6e0c2
parent00292c6b39b3f7dcb34e8c3ae6ef276ac862a146
rockchip: Provid SPL control over otp presence

The series "rockchip: Add efuse and otp support to more SoCs" [1],
merged in v2023.04, refactored and extended the Rockchip efuse and otp
driver to support reading eFUSE/OTP for all supported Rockchip SoCs.

Due to use of different licenses the drivers were never combined into a
single driver, however anything non SoC specific should be applied to
both drivers.

The commit fe38b88453d2 ("rockchip: Provided SPL control over efuse
presence") changed Makefile options for only one of the two drivers,
apply same change to keep these two drivers in sync.

[1] https://lore.kernel.org/r/20230222224436.1570224-1-jonas@kwiboo.se/

Fixes: fe38b88453d2 ("rockchip: Provided SPL control over efuse presence")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
drivers/misc/Makefile