]> git.dujemihanovic.xyz Git - u-boot.git/commit
common: eeprom_layout: Split field finding code from the field update function
authorMarek Behún <kabel@kernel.org>
Tue, 21 May 2024 07:13:26 +0000 (09:13 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 16:47:59 +0000 (10:47 -0600)
commit15378a3fe1838a3c5abf2330a6eb4e92462783c1
treee85e96503e6c468247da55df0841bd92f8530e8f
parenta804c8dc5f5e3760948e5ef22f5c605af9cfc695
common: eeprom_layout: Split field finding code from the field update function

Split the eeprom layout field finding code from the
eeprom_layout_update_field() function in order to make it usable in
alternative implementations of update method.

Signed-off-by: Marek Behún <kabel@kernel.org>
common/eeprom/eeprom_layout.c
include/eeprom_layout.h