commit | 3121852abde204725c938ce449c8b4302c4b23e1 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Tue Dec 18 11:08:18 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 14 09:09:15 2019 -0500 |
tree | e220b10b24ae17f5dbcf9cf65950eea1e131c1c2 | |
parent | 51465ea35e375216a4bb24ede0893e5e6f624bc8 [diff] |
poplar: save environment at a different offset Change CONFIG_ENV_OFFSET for Poplar to be 1MB further into the eMMC than before. This puts it immediately prior to the space we are reserving offset 0x200000-0x400000 for UEFI to save its persistent data. Define CONFIG_ENV_SIZE as a product of env_mmc_nblks and the sector size, like CONFIG_ENV_OFFSET is. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>