
On Sat, Apr 09, 2016 at 12:35:12PM -0600, Simon Glass wrote:
On 8 April 2016 at 13:45, Tom Rini trini@konsulko.com wrote:
On Sun, Apr 03, 2016 at 09:52:13PM +0800, Peng Fan wrote:
Introduce env support for sata device.
- Implement write_env/read_env/env_relocate_spec/saveenv/sata_get_env_dev
- If want to enable this feature, define CONFIG_ENV_IS_IN_SATA, and define CONFIG_SYS_SATA_ENV_DEV or implement your own sata_get_ev_dev.
Signed-off-by: Peng Fan van.freenix@gmail.com Cc: Simon Glass sjg@chromium.org Cc: Joe Hershberger joe.hershberger@ni.com Cc: Bin Meng bmeng.cn@gmail.com Cc: Stefan Roese sr@denx.de Cc: Heiko Schocher hs@denx.de Cc: Stuart Longland stuartl@vrt.com.au Cc: Maxime Ripard maxime.ripard@free-electrons.com Cc: Tom Rini trini@konsulko.com
Reviewed-by: Tom Rini trini@konsulko.com
-- Tom
Ugh, we really should move this to linker lists or driver model. Do we really want to make that conversion even harder by adding one more option?
linker lists for env? But I'd put Kconfig'ing env at the top of my wish list for env changes before DM. This should be an easy conversion too :)