Re: [U-Boot] [PATCH 08/17] eeprom: Pull out address computation

2015-11-16 Thread Heiko Schocher
Hello Marek, Am 10.11.2015 um 20:53 schrieb Marek Vasut: Pull out the code computing the EEPROM address into separate function so that it's not duplicated. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: Tom Rini Cc: Heiko Schocher --- common/cmd_eeprom.c | 64 ++---

[U-Boot] [PATCH 08/17] eeprom: Pull out address computation

2015-11-10 Thread Marek Vasut
Pull out the code computing the EEPROM address into separate function so that it's not duplicated. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: Tom Rini Cc: Heiko Schocher --- common/cmd_eeprom.c | 64 ++--- 1 file changed, 26 insertions(+), 3