Home
last modified time | relevance | path

Searched hist:e1caa584 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/env/
H A Denv.ce1caa584 Wed Feb 07 16:17:11 CST 2018 York Sun <york.sun@nxp.com> env: Fix env_load_location

Commit 7d714a24d725 ("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>
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.he1caa584 Wed Feb 07 16:17:11 CST 2018 York Sun <york.sun@nxp.com> env: Fix env_load_location

Commit 7d714a24d725 ("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>
/openbmc/u-boot/include/
H A Denvironment.he1caa584 Wed Feb 07 16:17:11 CST 2018 York Sun <york.sun@nxp.com> env: Fix env_load_location

Commit 7d714a24d725 ("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>