common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx
authorJean-Jacques Hiblot <[email protected]>
Wed, 1 Feb 2017 13:51:47 +0000 (14:51 +0100)
committerTom Rini <[email protected]>
Wed, 8 Feb 2017 21:24:26 +0000 (16:24 -0500)
commit2e4e5ad4c8b83ffbe5c5f345d4f4723911bfb645
tree7cd4e53c76e74914a032e74da59e2f178c359b13
parentdb74cbfc090f05bbfe31ea05ca7e04bd8f364c9f
common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx

The default values for the configuration defines CONFIG_ENV_SPI_xxx are
arbitrary values. It makes more sense to set them to the values used by
the sf command.

Signed-off-by: Jean-Jacques Hiblot <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
common/env_sf.c