]> git.baikalelectronics.ru Git - uboot.git/commit
env: sata: Fix saveenv issue
authorYe Li <ye.li@nxp.com>
Mon, 7 Jan 2019 09:22:35 +0000 (09:22 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jan 2019 12:13:32 +0000 (07:13 -0500)
commit5e462f7cf120b716944a43256064a5ee7d99cebc
treed7734ce6cae103d8e783f2068ae1f4c40edc3253
parentd20d848817145dd6ebaf91037a4539bec309a512
env: sata: Fix saveenv issue

Wrong env buffer was passed into sata write function, cause the saveenv
not work.

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