commit | 4f6d3880d22232499f4d546f89d3faa766784ef4 | [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 | c3e088db4fbd308ed1f15f806db2804b107cee74 [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>