]> git.ipfire.org Git - people/ms/u-boot.git/commit
common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Wed, 1 Feb 2017 13:51:47 +0000 (14:51 +0100)
committerTom Rini <trini@konsulko.com>
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 <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/env_sf.c