MLK-14828 env_sata: Fix SATA saveenv issue
authorYe Li <ye.li@nxp.com>
Mon, 8 May 2017 09:32:02 +0000 (04:32 -0500)
committerYe Li <ye.li@nxp.com>
Mon, 8 May 2017 09:45:34 +0000 (04:45 -0500)
commit0fe7573cffcb50d6bcb401f644cc37f5af28b388
tree0dadf70429b4a5d7407e77c29806c0ef0f3b8eb0
parentab3e75aca829d5bfb998ce3434b419139b7ca7c8
MLK-14828 env_sata: Fix SATA saveenv issue

Wrong env buffer was passed into sata write function, so the saveenv can't work.
Fix this issue.

Signed-off-by: Ye Li <ye.li@nxp.com>
common/env_sata.c