commit | 704d21c4f473dc863119f06ea2f3f15a6dc39ba8 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Sat Oct 10 10:28:05 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 30 10:54:38 2020 -0400 |
tree | e5eb6a012bac3a316ff940c8133a6419633cbc69 | |
parent | 3065113d623de2d21aa80b66c8fb53e96c78ca1f [diff] |
env: Access Environment in SPI flashes before relocation Enable the new Kconfig option ENV_SPI_EARLY if you want to use Environment in SPI flash before relocation. Call env_init() and than you can use env_get_f() for accessing Environment variables. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>