commit | 362d00dfff049603ada5e0257943f0d74aeb8854 | [log] [tgz] |
---|---|---|
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | Wed Feb 13 14:28:54 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 19 08:55:43 2019 -0500 |
tree | c7a04d2d1b6cdd61752292bf153a8aa027d51d51 | |
parent | 7374b15522b94d39108da6233b60ffbf30632678 [diff] |
hikey: Allow environment to store in eMMC and increase bootdelay Current Hikey configuration allows us to store u-boot environment on uSD card. But this will be useless if uSD card is not inserted, hence use the onboard eMMC memory for storing environment at Boot1 partition. While we are at it, let's increase the boot delay to 10s also. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>