
1 Apr
2016
1 Apr
'16
2:20 p.m.
On Thu, Mar 31, 2016 at 01:13:25PM +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.
[snip]
+void env_relocate_spec(void) +{ +#if !defined(ENV_IS_EMBEDDED)
Forgot about this test here too, thanks.
--
Tom