commit | 8eee40a602deacb2ec0ebd1deed3e732bd470bbc | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Nov 10 20:53:27 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 21 21:50:24 2015 -0500 |
tree | c69de11bc8f59a8888b74d0e4200e89dfddad926 | |
parent | d738746cc357e2157fce69f1fd5b25692ac640d1 [diff] |
eeprom: Suck the ifdef into eeprom_init() Just suck the ugly ifdef around eeprom_init() call into eeprom_init() function itself. This puts all of the ifdef mess into one place. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Heiko Schocher <hs@denx.de>