[PATCH v2 1/3] asm/arch-meson: add missing meson_sm_write_efuse signature
Alexey Romanov
avromanov at sberdevices.ru
Tue Dec 13 19:31:27 CET 2022
This function can be used by other modules.
Signed-off-by: Alexey Romanov <avromanov at sberdevices.ru>
---
arch/arm/include/asm/arch-meson/sm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/include/asm/arch-meson/sm.h b/arch/arm/include/asm/arch-meson/sm.h
index f3ae46a6d6b..b68edf842e4 100644
--- a/arch/arm/include/asm/arch-meson/sm.h
+++ b/arch/arm/include/asm/arch-meson/sm.h
@@ -8,6 +8,8 @@
ssize_t meson_sm_read_efuse(uintptr_t offset, void *buffer, size_t size);
+ssize_t meson_sm_write_efuse(uintptr_t offset, void *buffer, size_t size);
+
#define SM_SERIAL_SIZE 12
int meson_sm_get_serial(void *buffer, size_t size);
--
2.25.1
More information about the U-Boot
mailing list