]> Git Repo - u-boot.git/commit
cmd: eeprom: Refactor command execution into function by action
authorMarek Behún <[email protected]>
Tue, 21 May 2024 07:13:33 +0000 (09:13 +0200)
committerTom Rini <[email protected]>
Fri, 7 Jun 2024 16:48:00 +0000 (10:48 -0600)
commite9774afedd20bfe8a18b20a63010c1d18cd16cd7
treea955b03ef820e0b6e0a863ace99d265d99d3fd6c
parent15f0536f293e9c75ee5f5e70201593f83654710e
cmd: eeprom: Refactor command execution into function by action

Refactor the eeprom_execute_command() function into separate functions
do_eeprom_rw(), do_eeprom_print() and do_eeprom_update().

Signed-off-by: Marek Behún <[email protected]>
cmd/eeprom.c
This page took 0.027339 seconds and 4 git commands to generate.