commit | eaa90e5df2a4a1cb12fb73571978a9379242d0b5 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Fri Jul 28 23:46:38 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 04 20:38:39 2017 -0400 |
tree | 29117684749a536532ca287af2daece03592a126 | |
parent | 7653942b10e9eac61532bf635a422e3424cbcdb9 [diff] |
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>