Re: [U-Boot] [PATCH 11/17] eeprom: Suck the ifdef into eeprom_init()

2015-11-16 Thread Heiko Schocher
Hello Marek, Am 10.11.2015 um 20:53 schrieb Marek Vasut: 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 Cc: Simon Glass Cc: Tom Rini Cc: Heiko Schocher --- common/cmd_eeprom.

[U-Boot] [PATCH 11/17] eeprom: Suck the ifdef into eeprom_init()

2015-11-10 Thread Marek Vasut
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 Cc: Simon Glass Cc: Tom Rini Cc: Heiko Schocher --- common/cmd_eeprom.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-)