Re: [U-Boot] [PATCH 09/17] eeprom: Make eeprom_write_enable() weak

2015-11-16 Thread Heiko Schocher
Hello Marek, Am 10.11.2015 um 20:53 schrieb Marek Vasut: Make this function weak and implement it's weak implementation so that the boards can just reimplement it. This zaps the horrid CONFIG_SYS_EEPROM_WREN macro. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: Tom Rini Cc: Heiko Schocher -

[U-Boot] [PATCH 09/17] eeprom: Make eeprom_write_enable() weak

2015-11-10 Thread Marek Vasut
Make this function weak and implement it's weak implementation so that the boards can just reimplement it. This zaps the horrid CONFIG_SYS_EEPROM_WREN macro. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: Tom Rini Cc: Heiko Schocher --- common/cmd_eeprom.c | 18 +- 1 file chan