Files
u-boot-sunxi/include/asm-generic
York Sun e1caa5841e env: Fix env_load_location
Commit 7d714a24d7 ("env: Support multiple environments") added
static variable env_load_location. When saving environmental
variables, this variable is presumed to have the value set before.
In case the value was set before relocation and U-Boot runs from a
NOR flash, this variable wasn't writable. This causes failure when
saving the environment. To save this location, global data must be
used instead.

Signed-off-by: York Sun <york.sun@nxp.com>
CC: Maxime Ripard <maxime.ripard@free-electrons.com>
2018-02-16 11:12:41 -05:00
..
2018-02-16 11:12:41 -05:00
2017-06-01 07:03:10 -06:00
2010-05-06 00:17:01 +02:00
2018-02-10 00:24:00 +01:00