env: sata: Add missed env location for SATA boot
authorYe Li <ye.li@nxp.com>
Fri, 4 Jan 2019 09:34:24 +0000 (09:34 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jan 2019 12:13:32 +0000 (07:13 -0500)
commit9a6a311d2bd12957f84f08a5214db698a35e918d
tree799c354bd14a4d1d17fc4cc2d666f1da78a172f9
parent9d47d1316da6585bbafe141e42bbdcdfd562bc71
env: sata: Add missed env location for SATA boot

The env location label ENVL_ESATA is missed in location tables, so
when we configure the ENV in SATA, u-boot fails to get correct env
location and cause boot hang in board_f.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
env/env.c