Re: [U-Boot] [PATCH] common: env: support sata device

2016-03-28 Thread Peng Fan
Hi Tom, Thanks for reviewing. On Mon, Mar 28, 2016 at 11:15:43AM -0400, Tom Rini wrote: >On Mon, Mar 28, 2016 at 05:37:16PM +0800, Peng Fan wrote: > >> Introduce env support for sata device. >> 1. Implement write_env/read_env/env_relocate_spec/saveenv/sata_get_env_dev >> 2. If want to enable this

Re: [U-Boot] [PATCH] common: env: support sata device

2016-03-28 Thread Tom Rini
On Mon, Mar 28, 2016 at 05:37:16PM +0800, Peng Fan wrote: > Introduce env support for sata device. > 1. Implement write_env/read_env/env_relocate_spec/saveenv/sata_get_env_dev > 2. If want to enable this feature, define CONFIG_ENV_IS_IN_SATA, and >define CONFIG_SYS_SATA_ENV_DEV or implement yo