]> Git Repo - u-boot.git/commit
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS
authorMarek Vasut <[email protected]>
Tue, 10 Nov 2015 19:53:28 +0000 (20:53 +0100)
committerTom Rini <[email protected]>
Sun, 22 Nov 2015 02:50:24 +0000 (21:50 -0500)
commit6717e3c84fc3934241eb02a3b437b06dede12594
tree9d0bd3b82d5636f80f845aa99352bfab5bf10fb3
parent8eee40a602deacb2ec0ebd1deed3e732bd470bbc
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 <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Heiko Schocher <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
common/cmd_eeprom.c
This page took 0.027193 seconds and 4 git commands to generate.