Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
18160 commits behind the upstream repository.
  • Marek Vasut's avatar
    4f296d09
    eeprom: Shuffle code around · 4f296d09
    Marek Vasut authored
    
    Just move the code around so that the forward declarations are not
    necessary. Also zap a few checkpatch issues where applicable and
    zap the use of #ifdef CONFIG_CMD_EEPROM in the code, since this is
    always true.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Tom Rini <trini@konsulko.com>
    Cc: Heiko Schocher <hs@denx.de>
    Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
    4f296d09
    History
    eeprom: Shuffle code around
    Marek Vasut authored
    
    Just move the code around so that the forward declarations are not
    necessary. Also zap a few checkpatch issues where applicable and
    zap the use of #ifdef CONFIG_CMD_EEPROM in the code, since this is
    always true.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Tom Rini <trini@konsulko.com>
    Cc: Heiko Schocher <hs@denx.de>
    Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
cmd_eeprom.c 10.27 KiB