Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Denv_default.heaa90e5df2a4a1cb12fb73571978a9379242d0b5 Fri Jul 28 21:46:38 UTC 2017 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> common/env_embedded.c: rename PPCENV/PPCTEXT macros

The environment has pretty much nothing to do with just "PPC", so
rename the macros to just __UBOOT_ENV_SECTION__ which is more
readable.

In addition, only a single macro is needed: the environment now goes
either to the default section (USE_HOSTCC is defined) or in the .text
section.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>