commit | 4208679ae5555bbbabbcfafdaeac53ab5acb8579 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Nov 10 20:53:28 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 21 21:50:24 2015 -0500 |
tree | 9d0bd3b82d5636f80f845aa99352bfab5bf10fb3 | |
parent | a1d4aeb786186cb3025cd70615b9195df56bd211 [diff] |
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS Implement default value of 8 for this macro and pull out all of this macro out of the code. The default value of 8 actually does implement exactly the same behavior as the previous code which was in the #else clause of the ifdef. 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>