common/env_embedded.c: rename PPCENV/PPCTEXT macros
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 28 Jul 2017 21:46:38 +0000 (23:46 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 5 Aug 2017 00:38:39 +0000 (20:38 -0400)
commiteaa90e5df2a4a1cb12fb73571978a9379242d0b5
tree29117684749a536532ca287af2daece03592a126
parent7653942b10e9eac61532bf635a422e3424cbcdb9
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>
common/env_embedded.c
include/env_default.h